/* Copied as-is to build; font files sit in this folder. Post-build moves to /portal/static/assets/fonts/. */
@font-face {
  font-family: 'SpecsSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('SpecsSans-Light.woff2') format('woff2');
}

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

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

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