/* Jost Light */
@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost-Light.woff2") format("woff2"),
       url("/fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Jost Medium */
@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost-Medium.woff2") format("woff2"),
       url("/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Mothership Logo */
@font-face {
  font-family: "Mothership Logo";
  src: url("/fonts/Mothership-Logo.woff2") format("woff2"),
       url("/fonts/Mothership-Logo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: set defaults where you need them */
:root {
  --font-body: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body { font-family: var(--font-body); }
