﻿
/* CSS Document */

/* Header */
@font-face {
    font-family: 'Grifo';
    src: url('../font/Grifo-S-Bold.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

/* Normal */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

/* Italic */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-regularitalic.woff') format('woff');
    font-style: italic;
    font-weight: normal;
}
/* Light */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

/* Light + Italic */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-lightitalic.woff') format('woff');
    font-style: italic;
    font-weight: 300;
}
/* Medium */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/* Medium + Italic */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-mediumitalic.woff') format('woff');
    font-style: italic;
    font-weight: 500;
}

/* Semibold */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-semibold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Semiold + Italic */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-semibolditalic.woff') format('woff');
    font-style: italic;
    font-weight: 600;
}

/* Bold */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}

/* Bold + Italic */
@font-face {
    font-family: 'Mute';
    src: url('../font/mute-bolditalic.woff') format('woff');
    font-style: italic;
    font-weight: bold;
}


/* NEW 2021 */

/* MMC Display Regular */
@font-face {
    font-family: 'MMC Display';
    src: url('../font/MMCDisplay_W_Rg.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

/* Normal */
@font-face {
    font-family: 'MMC Display';
    src: url('../font/MMCDisplay_W_Bd.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
}

/* Regular */
@font-face {
    font-family: 'Noto Sans Regular';
    src: url('../font/noto-sans-regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}
/* Italic */
@font-face {
    font-family: 'Noto Sans Regular Italic';
    src: url('../font/noto-sans-italic.woff2') format('woff2');
    font-style: italic;
    font-weight: normal;
}


/* Bold */
@font-face {
    font-family: 'Noto Sans Bold';
    src: url('../font/noto-sans-700.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
}

/* Bold + Italic */
@font-face {
    font-family: 'Noto Sans Bold Italic';
    src: url('../font/noto-sans-700-italic.woff2') format('woff2');
    font-style: italic;
    font-weight: bold;
}