/* Movlan fonts - self-hosted (migrated from Shopify CDN) */
@font-face {
  font-family: "Libre Franklin";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/theme-assets/fonts/librefranklin_n3.woff2") format("woff2"),
       url("/theme-assets/fonts/librefranklin_n3.woff") format("woff");
}

@font-face {
  font-family: "Libre Franklin";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/theme-assets/fonts/librefranklin_n7.woff2") format("woff2"),
       url("/theme-assets/fonts/librefranklin_n7.woff") format("woff");
}

@font-face {
  font-family: "Libre Franklin";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/theme-assets/fonts/librefranklin_i3.woff2") format("woff2"),
       url("/theme-assets/fonts/librefranklin_i3.woff") format("woff");
}

@font-face {
  font-family: "Libre Franklin";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/theme-assets/fonts/librefranklin_i7.woff2") format("woff2"),
       url("/theme-assets/fonts/librefranklin_i7.woff") format("woff");
}

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/theme-assets/fonts/oswald_n4.woff2") format("woff2"),
       url("/theme-assets/fonts/oswald_n4.woff") format("woff");
}

:root {
  --font-body-family: "Libre Franklin", sans-serif;
  --font-body-style: normal;
  --font-body-weight: 300;
  --font-body-weight-bold: 600;
  --font-heading-family: Oswald, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
  --font-body-scale: 1.0;
  --font-heading-scale: 1.3;
}
