/**
 * HurmeHEMA — Public font stylesheet for cross-origin consumers (e.g. Airship Message Center).
 *
 * Usage: Reference this CSS via the public URL served by CloudFront:
 *   https://<hds-domain>/font/HurmeHEMA.css
 *
 * Font files are co-located with this CSS on the same origin,
 * so relative URLs resolve correctly.
 */

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

@font-face {
  font-family: 'HurmeHEMA';
  src:
    url('./HurmeHEMA-SemiBold.woff2') format('woff2'),
    url('./HurmeHEMA-SemiBold.woff') format('woff'),
    url('./HurmeHEMA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HurmeHEMA';
  src:
    url('./HurmeHEMA-Bold.woff2') format('woff2'),
    url('./HurmeHEMA-Bold.woff') format('woff'),
    url('./HurmeHEMA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
