/* ============================================================
   Entirely — Webfonts
   ------------------------------------------------------------
   Bagoss Standard — the licensed house typeface (self-hosted).
   Approved weights only: Light 300, Regular 400, Medium 500,
   SemiBold 600 (+ italics). Thin and Bold are intentionally
   excluded per brand rules.
   Outfit — the brand's real secondary face (Google Fonts).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/* ---- Bagoss Standard — uprights ---- */
@font-face {
  font-family: 'Bagoss Standard';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-Light.woff2') format('woff2'),
       url('../assets/fonts/BagossStandard-Light.woff') format('woff');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-Regular.woff2') format('woff2'),
       url('../assets/fonts/BagossStandard-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-Medium.woff2') format('woff2'),
       url('../assets/fonts/BagossStandard-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-SemiBold.woff2') format('woff2'),
       url('../assets/fonts/BagossStandard-SemiBold.woff') format('woff');
}

/* ---- Bagoss Standard — italics ---- */
@font-face {
  font-family: 'Bagoss Standard';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-LightItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-RegularItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Bagoss Standard';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/BagossStandard-SemiBoldItalic.woff2') format('woff2');
}
