/* Custom Styles */
/*============================================================================
  #Custom Fonts Section
==============================================================================*/
@font-face {
    font-family: "Nexa Bold";
    src: url( {{ 'nexa-bold.ttf' | asset_url }} );
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nexa Bold", sans-serif;
};
