/* Slidr webfonts, Neutraface Text (display/headline family).
   The OTFs ship with the system. Body/UI copy uses Inter, pulled in via Google Fonts below
   so consumers who link styles.css get the real @font-face without uploading a file. */

/* Inter, body & internal-app face. Hosted @font-face via Google Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-DemiItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutraface Text";
  src: url("../assets/fonts/NeutrafaceText-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
