@font-face {
    font-family: 'ITC Garamond Std Light Narrow';
    src: url('ITCGaramondStd-LtNarrow.woff2') format('woff2'),
        url('ITCGaramondStd-LtNarrow.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax Mono';
    src: url('MaaxMono-Bold.woff2') format('woff2'),
        url('MaaxMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax Mono';
    src: url('MaaxMono.woff2') format('woff2'),
        url('MaaxMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cardinal Fruit';
    src: url('CardinalFruit-Medium.woff2') format('woff2'),
        url('CardinalFruit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'noficcion_social';
    src:  url('noficcion_social.eot?obxsrs');
    src:  url('noficcion_social.eot?obxsrs#iefix') format('embedded-opentype'),
      url('noficcion_social.ttf?obxsrs') format('truetype'),
      url('noficcion_social.woff?obxsrs') format('woff'),
      url('noficcion_social.svg?obxsrs#noficcion_social') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'noficcion_social' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook:before {
    content: "\e900";
  }
  .icon-instagram:before {
    content: "\e901";
  }
  .icon-linkedin:before {
    content: "\e902";
  }
  .icon-tiktok:before {
    content: "\e903";
  }
  .icon-twitter:before {
    content: "\e904";
  }
  .icon-youtube:before {
    content: "\e905";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }  