/* Garage Gerstl — Webfonts (Fallback).
   Roboto (300/400/500/700), selbst gehostet, 1:1 aus dem Original-Template
   (templates/gerstl-template/fonts).

   ACHTUNG — nur Übergangslösung: Die Renault Digital Standards 2026 (S. 14/16)
   schreiben im Renault-Bereich ausschliesslich nouvel'R vor. Roboto trägt die
   Seite nur, solange die lizenzierten nouvel'R-Dateien fehlen; sobald sie unter
   assets/fonts/ liegen, übernimmt `nouvelr.css` (siehe dort).

   Noto Serif SC (Lead/Willkommenstext im Original) ist entfallen — eine
   Fremdschrift neben der Markenschrift ist laut S. 16 ausdrücklich untersagt. */

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
}
