/* FMV brand fonts (self-hosted) */
/* Keep family names exactly as the old site used: ProximaNova, KlinicSlab, KlinicSlab-Book */

@font-face {
  font-family: ProximaNova;
  src: url("./fonts/proximanova/mark_simonson_-_proxima_nova_light-webfont.woff2") format("woff2"),
       url("./fonts/proximanova/mark_simonson_-_proxima_nova_light-webfont.woff")  format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ProximaNova;
  src: url("./fonts/proximanova/mark_simonson_-_proxima_nova_light_it-webfont.woff2") format("woff2"),
       url("./fonts/proximanova/mark_simonson_-_proxima_nova_light_it-webfont.woff")  format("woff");
  font-weight: 400;     /* matches original */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: ProximaNova;
  src: url("./fonts/proximanova/mark_simonson_-_proxima_nova_bold-webfont.woff2") format("woff2"),
       url("./fonts/proximanova/mark_simonson_-_proxima_nova_bold-webfont.woff")  format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* KlinicSlab (multiple variants mapped as in old site) */
@font-face {
  font-family: KlinicSlab;
  src: url("./fonts/klinicslab/klinicslabbold-webfont.woff2") format("woff2"),
       url("./fonts/klinicslab/klinicslabbold-webfont.woff")  format("woff");
  font-weight: 400;     /* original mapped this 'bold' file to 400 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KlinicSlab;
  src: url("./fonts/klinicslab/klinicslablightit-webfont.woff2") format("woff2"),
       url("./fonts/klinicslab/klinicslablightit-webfont.woff")  format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: KlinicSlab;
  src: url("./fonts/klinicslab/klinicslablight-webfont.woff2") format("woff2"),
       url("./fonts/klinicslab/klinicslablight-webfont.woff")  format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Separate family used on the old site */
@font-face {
  font-family: KlinicSlab-Book;
  src: url("./fonts/klinicslab/klinicslabbook-webfont.woff2") format("woff2"),
       url("./fonts/klinicslab/klinicslabbook-webfont.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
