/* -----------------------------------------------------
   Lokale Schrift: Roboto (v49, latin)
   Quelle: https://gwfh.mranftl.com/fonts/roboto
   Autor: Werner Priewasser
   Ort: /wp-content/themes/yoo_child/fonts/
   -----------------------------------------------------
   Hinweise:
   - font-display: swap  -> verbessert Pagespeed / LCP
   - Pfade: relativ, da fonts.css im gleichen Ordner liegt
   ----------------------------------------------------- */

/* roboto-100 - thin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('roboto-v49-latin-100.woff2') format('woff2');
}

/* roboto-100italic - thin italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('roboto-v49-latin-100italic.woff2') format('woff2');
}

/* roboto-200 - extra light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('roboto-v49-latin-200.woff2') format('woff2');
}

/* roboto-200italic - extra light italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('roboto-v49-latin-200italic.woff2') format('woff2');
}

/* roboto-300 - light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('roboto-v49-latin-300.woff2') format('woff2');
}

/* roboto-300italic - light italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('roboto-v49-latin-300italic.woff2') format('woff2');
}

/* roboto-400 - regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('roboto-v49-latin-regular.woff2') format('woff2');
}

/* roboto-400italic - regular italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('roboto-v49-latin-italic.woff2') format('woff2');
}

/* roboto-500 - medium */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('roboto-v49-latin-500.woff2') format('woff2');
}

/* roboto-500italic - medium italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('roboto-v49-latin-500italic.woff2') format('woff2');
}

/* roboto-600 - semi bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('roboto-v49-latin-600.woff2') format('woff2');
}

/* roboto-600italic - semi bold italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('roboto-v49-latin-600italic.woff2') format('woff2');
}

/* roboto-700 - bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('roboto-v49-latin-700.woff2') format('woff2');
}

/* roboto-700italic - bold italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('roboto-v49-latin-700italic.woff2') format('woff2');
}

/* roboto-800 - extra bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('roboto-v49-latin-800.woff2') format('woff2');
}

/* roboto-800italic - extra bold italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('roboto-v49-latin-800italic.woff2') format('woff2');
}

/* roboto-900 - black */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('roboto-v49-latin-900.woff2') format('woff2');
}

/* roboto-900italic - black italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('roboto-v49-latin-900italic.woff2') format('woff2');
}

/* Globale Anwendung (Fallbacks für Systemfonts) */
body, button, input, select, textarea {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
