/* Ula R Spectac 1.1 — four optically scaled masters.
 *
 * v1.0 shipped Light and Bold only, and the note here said Regular and Medium
 * were "deliberately not faked" until the expanded family arrived. It has:
 * 528 codepoints per weight, so the family now sets body copy, forms and
 * punctuation without falling back mid-word.
 *
 * font-synthesis is off everywhere, so only request 300, 400, 500 and 700.
 * Anything else snaps to the nearest available weight on its own.
 */

@font-face {
  font-family: "Ula R Spectac";
  src: url("../assets/fonts/UlaRSpectac-Light.woff2") format("woff2"),
       url("../assets/fonts/UlaRSpectac-Light.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Ula R Spectac";
  src: url("../assets/fonts/UlaRSpectac-Regular.woff2") format("woff2"),
       url("../assets/fonts/UlaRSpectac-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ula R Spectac";
  src: url("../assets/fonts/UlaRSpectac-Medium.woff2") format("woff2"),
       url("../assets/fonts/UlaRSpectac-Medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Ula R Spectac";
  src: url("../assets/fonts/UlaRSpectac-Bold.woff2") format("woff2"),
       url("../assets/fonts/UlaRSpectac-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
