/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first

**/
@font-face {
font-family: 'Quickpen';
font-style: normal;
font-weight: normal;
src:  url("{{ 'Quickpen.woff' | file_url }}") format("woff");
}

@font-face {
    font-family: "Notera";
    src: url("{{ 'Notera.woff2' | asset_url }}") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Notera Personal Use Only';
    src: url('/cdn/shop/files/NoteraPersonalUseOnly.woff2?v=1710042791') format('woff2'),
        url('/cdn/shop/files/NoteraPersonalUseOnly.woff?v=1710042791') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');


.main-content {
  display: block;
  padding-top: 0px !important;

  @include media-query($medium-up) {
    padding-top: 0px !important;
  }
}

.section-header {
        padding-top: 55px !important;
    }


.mobile-nav-wrapper.js-menu--is-open {
    padding-top: 55px !important;
}