/* ==========================================
 *   Local Roboto – 4 Schnitte (WOFF2 + TTF)
 *   ========================================== */

/* Roboto Light (300) */
@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/roboto-light.woff2") format("woff2"),
    url("/assets/fonts/roboto-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto Regular (400) */
@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/roboto-regular.woff2") format("woff2"),
    url("/assets/fonts/roboto-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Medium (500) */
@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/roboto-medium.woff2") format("woff2"),
    url("/assets/fonts/roboto-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto Bold (700) */
@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/roboto-bold.woff2") format("woff2"),
    url("/assets/fonts/roboto-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global anwenden */
html,
body {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
