/* Jetsites — fonts
 * Self-hosted Manrope + Inter (woff2 in /assets/fonts/).
 * Use this file as the single source for font loading across all apps.
 * Path assumes apps live at /apps/<app>/ — adjust the relative paths if needed.
 */

/* ──────── Manrope (display) ──────── */
@font-face {
  font-family: 'Manrope';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Manrope/woff2/Manrope-ExtraBold.woff2') format('woff2');
}

/* ──────── Inter (body / UI) ──────── */
@font-face {
  font-family: 'Inter';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-LightItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-RegularItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/Inter/woff2/Inter-Bold.woff2') format('woff2');
}
