@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Lexend-VariableFont_wght.ttf") format("truetype");
}

:root {
  --primary-font: "Lexend", "Roboto", Calibri, sans-serif;
  --secondary-font: "Lexend", "Roboto", Calibri, sans-serif;

  --primary-color: #33c1b1;
  --secondary-color: #33c1b1;
}