/* NEO — Webfonts
   Primary: JetBrains Mono (titles, preferably Light, letter-spaced)
   Secondary: Figtree (body / descriptive text) */

@font-face {
  font-family: "JetBrains Mono";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "JetBrains Mono";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-Light.ttf") format("truetype");
}
@font-face {
  font-family: "JetBrains Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "JetBrains Mono";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "JetBrains Mono";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "JetBrains Mono";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Figtree-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Figtree-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Figtree-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Figtree-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Figtree-Bold.ttf") format("truetype");
}
