@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo-Regular.ttf') format('truetype');
    font-weight: Regular;
    font-style: normal;
}

@font-face {
    font-family: 'STC';
    src: url('../fonts/STC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'STC';
    src: url('../fonts/STC-Regular.ttf') format('truetype');
    font-weight: Regular;
    font-style: normal;
}