@font-face {
    font-family: 'Google Sans Black';
    src: url('./../../libs/misa-fonts/GoogleSans-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./../../libs/misa-fonts/GoogleSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Light';
    src: url('./../../libs/misa-fonts/GoogleSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Bold';
    src: url('./../../libs/misa-fonts/GoogleSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Italic';
    src: url('./../../libs/misa-fonts/GoogleSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans BlackItalic';
    src: url('./../../libs/misa-fonts/GoogleSans-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans MediumItalic';
    src: url('./../../libs/misa-fonts/GoogleSans-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans BoldItalic';
    src: url('./../../libs/misa-fonts/GoogleSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans LightItalic';
    src: url('./../../libs/misa-fonts/GoogleSans-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans ThinItalic';
    src: url('./../../libs/misa-fonts/GoogleSans-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans Medium';
    src: url('./../../libs/misa-fonts/GoogleSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Thin';
    src: url('./../../libs/misa-fonts/GoogleSans-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}
