/** Shopify CDN: Minification failed

Line 43:9 Expected ":"
Line 43:11 Expected identifier but found "10px"

**/
/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

@font-face {
  font-family: 'Forum';
  src: url('/cdn/shop/files/forum-regular-webfont.woff2?v=1756993919') format('woff2'),
       url('/cdn/shop/files/forum-regular-webfont.woff?v=1756993919') format('woff');
}


@font-face {
  font-family: 'Raleway';
  src: url('/cdn/shop/files/raleway-regular-webfont.woff2?v=1756996049') format('woff2'),
       url('/cdn/shop/files/raleway-regular-webfont.woff?v=1756996049') format('woff');
}

@font-face {
  font-family: 'Cormorant-italic';
  src: url('/cdn/shop/files/cormorantgaramond-italic-variablefont_wght-webfont.woff2?v=1757001825') format('woff2'),
       url('/cdn/shop/files/cormorantgaramond-italic-variablefont_wght-webfont.woff?v=1757001825') format('woff');
}

:root {

  --font-heading-family: 'Forum';

}

/*------------------------------------
 *   BUTTON FONTS
 *------------------------------------*/

.button {
    font-family: 'Raleway' !important;
    text-transform: uppercase;
font-size; 10px;}

/*------------------------------------
 *   MENU/HEADER FONTS EDITS
 *------------------------------------*/

.header__inline-menu {
font-family: 'Raleway' !important;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 60px;
}

.header__menu-item.list-menu__item.link { font-size: 1.2rem;}

.header__menu-item:hover span {
  text-decoration: none !important;
}

.header {
  max-width: 100% !important;
}


/*------------------------------------
 *   PRODUCT GRID EDITS
 *------------------------------------*/
.card-wrapper {
  padding: 10px;
}