heme URI: https://polyphonic.qodeinteractive.com/
Description: A child theme of Polyphonic Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1
Text Domain: polyphonic
Template: polyphonic
*/

/* ====== ROBOTO & INCONSOLATA 100% LOKAL – FINAL ====== */

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

/* Inconsolata – die originale Google-Datei heißt "regular", ist aber tatsächlich 500 Medium!
   Wir definieren sie trotzdem als 400, weil dein Theme genau das verlangt */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;        /* <-- wichtig! */
  font-display: swap;
  src: url('fonts/inconsolata-v37-latin-regular.woff2') format('woff2');
}
