@font-face {
    font-family: 'Comfortaa Regular';
    src: url('fonts/comfortaa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa Light';
    src: url('fonts/comfortaalight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa Bold';
    src: url('fonts/comfortaab.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}