/** Shopify CDN: Minification failed

Line 71:14 Expected ")" to end URL token
Line 72:14 Expected ")" to end URL token

**/

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/cdn/shop/files/CooperHewitt-Book.woff?v=1724645835') format('woff'), 
        url('/cdn/shop/files/CooperHewitt-Book.woff2?v=1724645835') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/cdn/shop/files/CooperHewitt-Bold.woff2?v=1724645824') format('woff2'), 
        url('/cdn/shop/files/CooperHewitt-Bold.woff?v=1724645824') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('/cdn/shop/files/CooperHewitt-Heavy.woff2?v=1724645783') format('woff2'),
        url('/cdn/shop/files/CooperHewitt-Heavy.woff?v=1724645783') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('/cdn/shop/files/CooperHewitt-Light.woff2?v=1724645783') format('woff2'),
        url('/cdn/shop/files/CooperHewitt-Light.woff?v=1724645783') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('/cdn/shop/files/CooperHewitt-Medium.woff2?v=1724645783') format('woff2'),
        url('/cdn/shop/files/CooperHewitt-Medium.woff?v=1724645783') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('/cdn/shop/files/CooperHewitt-Semibold.woff2?v=1724645783') format('woff2'),
        url('/cdn/shop/files/CooperHewitt-Semibold.woff?v=1724645783') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url('/cdn/shop/files/CooperHewitt-Thin.woff2?v=1724645783') format('woff2'),
        url('/cdn/shop/files/CooperHewitt-Thin.woff?v=1724645783') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Grand Casino';
  src: url({{ 'GrandCasinoDemo.woff2' | asset_url }}) format('woff2'),
       url({{ 'GrandCasinoDemo.woff' | asset_url }}) format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Cooper Hewitt', sans-serif;
  font-weight: 400;
}

h1, h2 {
  font-family: 'Cooper Hewitt', sans-serif;
  font-weight: 600;
}
h3, h4, h5, h6 {
  font-family: 'Cooper Hewitt', sans-serif;
  font-weight: 500;
}

p {
  line-height: 1.6;
}