/* Druk Medium */
@font-face {
    font-family: "Druk";
    src: url('fonts/Druk-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Gotham Black */
@font-face {
    font-family: "Gotham";
    src: url('fonts/Gotham-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Gotham Medium */
@font-face {
    font-family: "Gotham";
    src: url('fonts/Gotham-Meduim.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}