
:root {
    /* Font*/
  --main_title_font: "IBM Plex Sans", sans-serif;
  --secondary_title_font:'Inter', sans-serif;
  /* Colors */
  --blue: #042D29;
  --beige: #F8F0D9;
  --grey: #F5F5F5;
  --white: #FFFFFF;
  --bluebackground: #042D29;
  --beigebackground: #FCF9F0;
  --orange: #F3851F;
  --lightgreen: #E9EFF0;
  --darkgreen: #042D29;
  --purple: #BCC5FA;
  --lime: #00D5C5;
  --lightyellow: #FFF5D7;
  --mainblue: #db161f;
  --black: #302F2D;
 }


