/**
* @license Bespoke Stencil - Single Family Registration
* Alle Schnitte laufen unter dem Namen 'Bespoke Stencil'
*/

/* Light */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extrabold */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Und so weiter für die Italic-Schnitte... */
@font-face {
  font-family: 'Bespoke Stencil';
  src: url('/cssFONTS/BespokeStencil-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}