/*!
 * Roboto Customizer Font Kit
 * - No local() sources (prevents "Local file" takeover)
 * - Correct weight mapping
 * - Relative URLs (ZIP-friendly)
 */

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./fonts/Roboto-Black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto Condensed Regular */
@font-face {
  font-family: "Roboto Condensed";
  src:
    url("./fonts/Roboto-Condensed-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: Faux bold/italic verhindern (hilft gegen "zulaufende" Glyphen) */
:root { font-synthesis: none; }