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

:root {
  --primary-font: "ProzaLibre", "Open Sans", "Roboto", Calibri, sans-serif;
  --secondary-font: "ProzaLibre", "Open Sans", "Roboto", Calibri, sans-serif;
  --header-background-color: #82072a;
}