/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 93:0 Unexpected "<"

**/
<style>


@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-Light.woff2" | asset_url }}') format('woff2'),
       url('{{ "Gotham-Light.woff" | asset_url }}') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-Book.woff2" | asset_url }}') format('woff2'),
       url('{{ "Gotham-Book.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-BookItalic.woff2" | asset_url }}') format('woff2'),
       url('{{ "Gotham-BookItalic.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-Medium.woff2" | asset_url }}') format('woff2'),
       url('{{ "Gotham-Medium.woff" | asset_url }}') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-Bold.woff2" | asset_url }}') format('woff2'),
       url('{{ "Gotham-Bold.woff" | asset_url }}') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('{{ "Gotham-Black.woff2" | asset_url }}') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



/* Body text */
body,
input,
textarea,
select,
button {
  font-family: 'Gotham', Arial, sans-serif !important;
  font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Gotham', Arial, sans-serif !important;
  font-weight: 500;
}

/* Bold text */
strong, b {
  font-weight: 500;
}

/* Optional utility classes */
.font-light  { font-family: 'Gotham', Arial, sans-serif; font-weight: 300; }
.font-book   { font-family: 'Gotham', Arial, sans-serif; font-weight: 400; }
.font-medium { font-family: 'Gotham', Arial, sans-serif; font-weight: 500; }
.font-bold   { font-family: 'Gotham', Arial, sans-serif; font-weight: 700; }
.font-black  { font-family: 'Gotham', Arial, sans-serif; font-weight: 900; }
</style>
