/* Font Face Declarations */

@font-face {
    font-family: 'Alias Cactus Medium';
    src: url('../fonts/alias cactusmedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kostic Bicyclette';
    src: url('../fonts/kostic bicyclettebold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kostic Bicyclette';
    src: url('../fonts/kostic bicycletteregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/minionproregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/nationalbook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/nationalregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

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