/* Frigidaire font faces — linked from _document (see brand-styles.ts) */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src:
    url(/static/style/fonts/gotham/gotham-book/gotham-book-webfont.woff2) format('woff2'),
    url(/static/style/fonts/gotham/gotham-book/gotham-book-webfont.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src:
    url(/static/style/fonts/gotham/gotham-medium/gotham-medium-webfont.woff2) format('woff2'),
    url(/static/style/fonts/gotham/gotham-medium/gotham-medium-webfont.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src:
    url(/static/style/fonts/gotham/gotham-bold/gotham-bold-webfont.woff2) format('woff2'),
    url(/static/style/fonts/gotham/gotham-bold/gotham-bold-webfont.woff) format('woff');
  font-display: swap;
}
