@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Light.woff2') format('woff2'),
    url('Exo2-Light.woff') format('woff'),
    url('Exo2-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Regular.woff2') format('woff2'),
        url('Exo2-Regular.woff') format('woff'),
        url('Exo2-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-SemiBold.woff2') format('woff2'),
        url('Exo2-SemiBold.woff') format('woff'),
        url('Exo2-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-LightItalic.woff2') format('woff2'),
        url('Exo2-LightItalic.woff') format('woff'),
        url('Exo2-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Daniel';
    src: url('Daniel-Black.woff2') format('woff2'),
        url('Daniel-Black.woff') format('woff'),
        url('Daniel-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

