@font-face {
    font-family: "DB Helvethaica X Web";
    src: url("../fonts/db-helvethaica/db-helvethaica-x-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "DB Helvethaica X Web";
    src: url("../fonts/db-helvethaica/db-helvethaica-x-medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
}

@font-face {
    font-family: "DB Helvethaica X Web";
    src: url("../fonts/db-helvethaica/db-helvethaica-x-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

@font-face {
    font-family: "DB Helvethaica X Web";
    src: url("../fonts/db-helvethaica/db-helvethaica-x-italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

:root {
    --project-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html,
body,
.logo,
button,
input,
select,
textarea {
    font-family: var(--project-font-sans) !important;
}
