/* Toyota Variable Font Setup */
@font-face {
    font-family: 'ToyotaType';
    src: url('fonts/woff/ToyotaType-Bold.woff2') format('woff2'),
        url('fonts/ttf/ToyotaType-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ToyotaType';
    src: url('fonts/woff/ToyotaType-Semibold.woff2') format('woff2'),
        url('fonts/ttf/ToyotaType-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ToyotaType';
    src: url('fonts/woff/ToyotaType-Regular.woff2') format('woff2'),
        url('fonts/ttf/ToyotaType-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font variables */
:root {
    --font-toyota: 'ToyotaType', sans-serif;
    --font-primary: 'Inter', sans-serif;
}

/* Apply Toyota font */
body {
    font-family: var(--font-toyota);
    margin: 0;
}