@font-face {
    font-family: 'Gotham';
    src: url(../font/GOTHAM/GOTHAM-MEDIUM.TTF) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../font/GOTHAM/GOTHAM-MEDIUMITALIC.TTF) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../font/GOTHAM/GOTHAM-BOLD.TTF);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../font/GOTHAM/GOTHAM-LIGHT.TTF);
    font-weight: 100 300;
}

:root {
    --bs-body-font-family: 'Gotham', 'Montserrat', Arial, sans-serif;
}

.list-group {
    --bs-list-group-border-color: unset;
}

.card {
    --bs-card-border-color: unset;
    --bs-card-title-color: #243D48;
    --bs-card-border-radius: 15px;
}
.card-body {
    --bs-card-color: #243D48;
}

.page-footer {
    background-color: #53969E;
    position: fixed;
    width: 100%;
    bottom: 0;
}