@font-face {
    font-family: "Gotham";
    src: url("/fonts/GothamLight.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/GothamBook.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/GothamMedium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/GothamBold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}
