/* Hestia Fashion typography — SFU Futura VH (primary) + Montserrat (secondary) */

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaLight.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaLightOblique.TTF") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaRegular.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaObliqueTTF.TTF") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaBold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaBoldOblique.TTF") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaExtraBold.TTF") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaExtraBoldOblique.TTF") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaHeavy.TTF") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Futura";
  src: url("../assets/fonts/futura-vh/SFUFuturaHeavyOblique.TTF") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-primary: "SFU Futura", Futura, "Century Gothic", "Trebuchet MS", sans-serif;
  --font-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
