/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --empathica-font: "Lexend", sans-serif;
  --empathica-font-two: "Castoro", serif;
  --empathica-font-three: "alagamberegular";
  --empathica-gray: #8A969E;
  --empathica-gray-rgb: 138, 150, 158;
  --empathica-white: #ffffff;
  --empathica-white-rgb: 255, 255, 255;
  --empathica-base: #9ce5da;
  --empathica-base-rgb: 156, 229, 218;
  --empathica-black: #011a23;
  --empathica-black-rgb: 1, 26, 35;
  --empathica-primary: #023546;
  --empathica-primary-rgb: 2, 53, 70;
  --empathica-bdr-color: #EBE2D8;
  --empathica-bdr-color-rgb: 235, 226, 216;
  --empathica-extra: #F6F2ED;
  --empathica-extra-rgb: 246, 242, 237;
}
