/* ===== Self-hosted webfonts ===== */

/* Sofia Pro — body text, navigation, UI */
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Light Az.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Light Italic Az.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Regular Az.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Regular Italic Az.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Medium Az.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Medium Italic Az.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Semi Bold Az.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Semi Bold Italic Az.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Bold Az.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/fonts/sofia-pro/Sofia Pro Bold Italic Az.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Industry Inc Stencil — headings */
/* Icons made from https://www.onlinewebfonts.com/icon is licensed by CC BY 4.0 */
@font-face {
  font-family: "Industry Inc Stencil";
  src: url("/fonts/Industry Inc W00 Stencil/Industry Inc W00 Stencil.woff") format("woff"),
       url("/fonts/Industry Inc W00 Stencil/Industry Inc W00 Stencil.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Families used by your site */
.font-ui      { font-family: "Sofia Pro", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.font-heading { font-family: "Industry Inc Stencil", "Sofia Pro", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; }
.font-nav     { font-family: "Sofia Pro", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 500; }
