/** Shopify CDN: Minification failed

Line 110:12 Unexpected "{"

**/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Light.woff2?v=1773925536') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Light.woff?v=1773925537') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Roman.woff2?v=1773925537') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Roman.woff?v=1773925537') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Medium.woff2?v=1773925536') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Medium.woff?v=1773925536') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Bold.woff2?v=1774066735') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Bold.woff?v=1774066735') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*===========================
=       FONT SETUP          =
===========================*/




.heading-font {
    font-family: 'Helvetica Neue';
}
.body-font {
      font-family: 'Helvetica Neue';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
   font-family: 'Helvetica Neue';
}
body h2, body .h2 {
    font-family: 'Helvetica Neue';
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: capitalized; 
}
/*===========================
=        BUTTON STYLE       =
===========================*/
.dev-btn {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding: 17px 50px;
    border-radius: 50px;
    text-decoration: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.dev-btn:hover {
  opacity: 0.85;
}

/*===========================
=     RESPONSIVE HEADINGS   =
===========================*/
@media (max-width: 1200px) {
  body h2,
  body .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  body h2,
  body .h2 {
    font-size: 32px;
  }
  .dev-btn, {
     font-size: 16px ;
  }
}








