/*
 * Self-hosted PixelPorto font faces. The files are published with the
 * immutable ordinary storefront CDN generation alongside the Next assets.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter-variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('./oswald-variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Vina Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./vina-sans-regular.ttf') format('truetype');
}
