@font-face {

    font-family: 'Gothic A1';

    src: 

        url('../fonts/GothicA1-Regular.woff') format('woff'),

        url('../fonts/GothicA1-Regular.ttf') format('truetype'),

        url('../fonts/GothicA1-Regular.svg#GothicA1-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Judson';

    src: 

        url('../fonts/Judson.woff') format('woff'),

        url('../fonts/Judson.ttf') format('truetype'),

        url('../fonts/Judson.svg#Judson') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src:

        url('../fonts/Inter-Regular.woff') format('woff'),

        url('../fonts/Inter-Regular.ttf') format('truetype'),

        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



