/*
 * APPDA Norte Custom Font
 * https://transfonter.org/
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'MazzardSoftH';
    src: url('../fonts/MazzardSoftH-Bold.woff2') format('woff2'),
         url('../fonts/MazzardSoftH-Bold.woff') format('woff'),
         url('../fonts/MazzardSoftH-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'MazzardSoftH';
    src: url('../fonts/MazzardSoftH-SemiBold.woff2') format('woff2'),
         url('../fonts/MazzardSoftH-SemiBold.woff') format('woff'),
         url('../fonts/MazzardSoftH-SemiBold.otf') format('opentype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'MazzardSoftH';
    src: url('../fonts/MazzardSoftH-Medium.woff2') format('woff2'),
         url('../fonts/MazzardSoftH-Medium.woff') format('woff'),
         url('../fonts/MazzardSoftH-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'MazzardSoftH';
    src: url('../fonts/MazzardSoftH-Regular.woff2') format('woff2'),
         url('../fonts/MazzardSoftH-Regular.woff') format('woff'),
         url('../fonts/MazzardSoftH-Regular.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}