@font-face{font-family:OpenSans;src:url("../fonts/OpenSans.ttf")}

:root { 
    --black: #000000;
    --white: #ffffff;
    --theme-red: #ad0029;
    --theme-red-dark: #ad0029;
    --theme-red-light: #f4003a;

/*      --theme-red: #01654A;
    --theme-red-dark: #01654A;
    --theme-red-light: #01654A; */
	
	
    --font-size-xs: 12px;
    --font-size-s: 14px;
    --font-size-m: 16px;
    --font-size-l: 18px;
    --font-size-sl: 20px;
    --font-size-xl: 24px;
    --font-size-xxl: 32px;
    --font-size-xxxl: 40px;
  }



  body {
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    font-size: 62.5%;
  }