@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT Firs Neue Trial Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --font-primary: "TT Firs Neue", "Segoe UI", Arial, sans-serif;
}
