@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/dfsv/assets/fonts/GothamBook.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/dfsv/assets/fonts/GothamMedium.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/dfsv/assets/fonts/GothamBold.ttf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Gotham";
    display: flex;
    flex-direction: column;
    font-size: 20px;
    min-height: 100vh;
    position: relative;
}