/* Self-hosted fonts — drop matching .woff2/.woff files next to this stylesheet */

@font-face {
  font-family: 'Tungsten';
  src:
    url('./Tungsten-Medium.woff2') format('woff2'),
    url('./Tungsten-Medium.woff') format('woff');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src:
    url('./MyriadPro-Regular.woff2') format('woff2'),
    url('./MyriadPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
