 /* fonts */ 

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.3.0');
    src: url('fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'Modena Sans', sans-serif;
    src: url('./fonts.css/ModenaSans-Regular.woff2') format('woff2'),
        url('./ModenaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DNPro-Bold', sans-serif;
    src: url('../fonts/DNpro-Bold.woff2') format('woff2'),
        url('../fonts/DNpro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DNPro-Regular', sans-serif;
    src: url('../fonts/DNpro-Regular.woff2') format('woff2'),
        url('../fonts/DNpro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DNPro-Medium', sans-serif;
    src: url('../fonts/DNpro-Medium.woff2') format('woff2'),
        url('../fonts/DNpro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Cormorant-Bold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url( '../fonts/Cormorant-Bold.woff2' ) format('woff2'),
       url( '../fonts/Cormorant-Bold.woff' ) format('woff')
}