/* ABOUTME: Stringer font-face declarations for all weights
   ABOUTME: Includes Thin, Light, Regular, Medium, and Bold weights */

@font-face {
  font-family: 'Stringer';
  src: url('./Stringer-Thin-Web.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stringer';
  src: url('./Stringer-Light-Web.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stringer';
  src: url('./Stringer-Regular-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stringer';
  src: url('./Stringer-Medium-Web.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stringer';
  src: url('./Stringer-Bold-Web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}