@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&display=swap');

:root { 
   /*\ ================----->>>     CSS VARS TO ADAPT ACCORDING TO THE BRAND     <<<-----================ \*/
   --stdFont: "Lexend","Fira Sans",Roboto,Arial,sans-serif;      --titleFont: "Lexend","Fira Sans",Roboto,Arial,sans-serif;

      --blackRGB: 52,53,61;   --blackRGB-std: 0,0,0;
      --whiteRGB: 255,255,255;   --whiteRGB-std: 255,255,255; 

      --blueRGB: 55,60,245;   --redRGB: 255,93,75;   --greenRGB: 0,207,158;  --yellowRGB: 255,217,106;

      --primaryColor:var(--blueRGB);  --error:var(--redRGB);
            

      --h1_font:300 99px var(--titleFont); --h1_spacing:-1.5px;  --h1_height:99px;
      --h2_font:300 62px var(--titleFont); --h2_spacing:-0.5px;  --h2_height:62px;
      --h3_font:400 49px var(--titleFont); --h3_spacing:0;  --h3_height:49px;
      --h4_font:400 35px var(--titleFont); --h4_spacing:0.25px;  --h4_height:35px;
      --h5_font:400 25px var(--titleFont); --h5_spacing:0;  --h5_height:25px;
      --h6_font:500 21px var(--titleFont); --h6_spacing:0.15px;  --h6_height:21px;
      --h7_font:400 19px var(--titleFont); --h7_spacing:0.15px;  --h7_height:19px;
      --subtitle1_font:400 16px var(--titleFont); --subtitle1_spacing:0.15px;  --subtitle1_height:16px;
      --subtitle2_font:500 14px var(--titleFont); --subtitle2_spacing:0.1px;  --subtitle2_height:14px;
      --body1_font:400 16px var(--stdFont); --body1_spacing:0.5px;  --body1_height:16px;
      --body2_font:400 14px var(--stdFont); --body2_spacing:0.25px;  --body2_height:14px;
      --button_font:500 14px var(--stdFont); --button_spacing:1.25x;  --button_height:14px; --button_transform:uppercase;
      --overline_font:400 10px var(--stdFont); --overline_spacing:1.5px;  --overline_height:10px; --overline_transform:uppercase;
      --caption_font:400 12px var(--stdFont); --caption_spacing:0.4px;  --caption_height:12px;
   /*\ ================----->>>     CSS VARS TO ADAPT ACCORDING TO THE BRAND     <<<-----================ \*/

   background-color:rgb(var(--whiteRGB));  color:rgb(var(--blackRGB)); 
}