/** This file contains the font-face declarations for the fonts used in the app. */

@font-face {
  font-family: "Geist";
  src: url("/app/assets/fonts/geist/geist-variable.ttf") format(truetype)
    tech(variations);
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  font-optical-sizing: auto;
}

@font-face {
  font-family: "Outfit";
  src: url("/app/assets/fonts/outfit/outfit-variable.ttf") format(truetype)
    tech(variations);
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  font-optical-sizing: auto;
}
