@font-face {
    font-family: "Formula1";
    src: url('../fonts/Formula1-Black.ttf') format('truetype');
    font-weight: 900; 
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: "Formula1";
    src: url('../fonts/Formula1-Bold_web.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Formula1";
    src: url('../fonts/Formula1-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Formula1";
    src: url('../fonts/Formula1-Regular.ttf') format('truetype');
    font-weight: normal;   /* = 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Formula1";
    src: url('../fonts/Formula1-Wide.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}