/** Shopify CDN: Minification failed

Line 25:9 Unexpected "<"

**/
@font-face {
    font-family: 'Dragon Slayer';
    src: url('/cdn/shop/files/DragonSlayer.woff2?v=1750689559') format('woff2'),
        url('/cdn/shop/files/DragonSlayer.woff?v=1750689559') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dragon Slayer';
    src: url('/cdn/shop/files/DragonSlayer-Italic.woff2?v=1750689560') format('woff2'),
        url('/cdn/shop/files/DragonSlayer-Italic.woff?v=1750689560') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* Global css */

  .und-container{
    max-width:1350px;
    width:100%;
    margin:auto;
  }

  body {
      background: #141414  !important;
  }

.inner_col {
    display: grid;
}