/** Shopify CDN: Minification failed

Line 109:52 Expected "}" to go with "{"

**/
/* ================================
   CUSTOM BRAND FONTS — FORTY LOVE
   ================================ */

@font-face {
  font-family: 'NOIRetBLANC';
  src: url('/cdn/shop/files/NOIRetBLANCMediumBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('/cdn/shop/files/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('/cdn/shop/files/NeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('/cdn/shop/files/NeueMontreal-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('/cdn/shop/files/NeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PPMonumentExtended';
  src: url('/cdn/shop/files/PPMonumentExtended-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPMonumentExtended';
  src: url('/cdn/shop/files/PPMonumentExtended-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ================================
   OVERRIDE THEME FONT VARIABLES
   ================================ */

:root {
  --base-font-family: 'NeueMontreal', sans-serif;
  --base-font-style: normal;
  --base-font-weight: 400;
  --accent-font-family: 'PPMonumentExtended', sans-serif;
  --accent-font-style: normal;
  --accent-font-weight: 900;
  --custom-font-family: 'NOIRetBLANC', sans-serif;
  --custom-font-style: normal;
  --custom-font-weight: 700;
}
body, 
body * {
  font-family: 'NeueMontreal', sans-serif !important;
}
h2, h3, h4, h5, h6 {
  font-family: 'NOIRetBLANC', sans-serif !important;
}

h2 {
  font-size: 30px !important;
}

h3 {
  font-size: 18px !important;
}

h4 {
  font-size: 11px !important;
}

h5 {
  font-size: 10px !important;
}

h6 {
  font-size: 10px !important;
}
ul * {
  font-family: 'NOIRetBLANC', sans-serif !important;