/* Audi Type Variable Font */
@font-face {
    font-family: 'Audi Type';
    src: url('../font-audi/AudiTypeVF.woff2') format('woff2-variations'),
         url('../font-audi/AudiTypeVF.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audi Type Lat';
    src: url('../font-audi/AudiTypeVF_Lat.woff2') format('woff2-variations'),
         url('../font-audi/AudiTypeVF_Lat.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Audi Type", "Audi Type Lat", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

h1,
h2,
h3 {
    font-family: "Audi Type", "Audi Type Lat", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

strong,
b {
    font-weight: 700;
}