/** Shopify CDN: Minification failed

Line 50:17 Unexpected "{"

**/
/*
custom.css

Use this file to add custom CSS to your theme.
Make sure to uncomment out the line in theme.liquid so that this css file is loaded.

For more information check out this help guide:
https://help.switchthemes.co/shapes/advanced/custom-css.html
*/

:root {
  --heading-font-stack: "DM-Serif-Display" !important;
  --base-line-height: 1.3rem !important;
}

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

@font-face {
  font-family: "DM-Serif-Display";
  src: url("../woff/dmserifdisplay-regular_6c8c5f32-474e-4f1a-9fc6-e93bd76d77c7cd36.woff")
    format("woff");
  font-display: swap;
  font-weight: 400;
}

/*------------------------------------
*   GLOBAL STYLES
*------------------------------------*/

/* style line height footer h4*/
.rte h4{
  line-height: 1.2!important;
}
/* style p accent text */

p.accent-text {
  font-weight: 600;

  text-transform: uppercase;
}

/* style html buttons */
.btn.push-btn a, {
  text-decoration: none !important;
}

a.btn.blog-button  {
  text-decoration: none !important;
}


/* Style bullets */

.rte ol,
.rte ul {
  list-style-position: outside;
}

/* HEADER */

/* PRODUCT PAGE */

/* add space above product description */

.product-block.product-block-description {
  padding-top: 1.75rem;
}

/* MULTICOLUMN SECTION */

li.spaced-list-item {
flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
