﻿@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothamlight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothambook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothammedium.html') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothambold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothamblack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../assets/Fonts/gothamultra.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.dark-text {
    color: white !important;
}

.light-text {
    color: black !important;
}

.dark-background {
    background-color: white !important;
}

.light-background {
    background-color: black !important;
}
