@font-face {
    font-family: 'Gothic A1';
    src: url('../fonts/GothicA1/GothicA1-Medium.ttf');
}

@font-face {
    font-family: 'Gothic A1';
    font-weight: bold;
    src: url('../fonts/GothicA1/GothicA1-Bold.ttf');
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Regular.ttf');
}

@font-face {
    font-family: 'Quicksand';
    font-weight: bold;
    src: url('../fonts/Quicksand/Quicksand-Bold.ttf');
}