/*
 * Winston Agency webfonts — https://brand.winstonagency.com/fonts.css
 * Usage: <link rel="stylesheet" href="https://brand.winstonagency.com/fonts.css">
 *
 * Tiempos Headline  — display / wordmark voice (wght 300–900, roman + italic)
 * Google Sans Flex  — UI / body (wght 1–1000, wdth 25–151%, opsz 6–144;
 *                     GRAD, ROND, slnt available via font-variation-settings)
 */

@font-face {
  font-family: "Tiempos Headline";
  src: url("/assets/fonts/tiempos-headline-vf-roman.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("/assets/fonts/tiempos-headline-vf-italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Flex";
  src: url("/assets/fonts/google-sans-flex-vf.woff2") format("woff2");
  font-weight: 1 1000;
  font-stretch: 25% 151%;
  font-style: normal;
  font-display: swap;
}
