@font-face {
  font-family: "Citrina";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/citrina-regular.woff2') format('woff2'),
  url('/assets/fonts/citrina-medium.ttf') format('truetype'),
  url('/assets/fonts/citrina-medium.otf') format('opentype');;
  
}
@font-face {
  font-family: "Citrina";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/citrina-medium.woff2') format('woff2'),
  url('/assets/fonts/citrina-medium.ttf') format('truetype'),
  url('/assets/fonts/citrina-medium.otf') format('opentype');
}

@font-face {
  font-family: "Citrina";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/citrina-bold.woff2') format('woff2'),
  url('/assets/fonts/citrina-bold.ttf') format('truetype'),
  url('/assets/fonts/citrina-bold.otf') format('opentype');
}