/* ============================================================
   LOCAL FONTS – Roboto + Playfair Display
   Dateien liegen in assets/fonts/default-font/
   Pfade relativ zur CSS-Datei: ../fonts/default-font/
   ============================================================ */

/* Roboto 300 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/default-font/roboto-300.woff2') format('woff2');
}
/* Roboto 400 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/default-font/roboto-400.woff2') format('woff2');
}
/* Roboto 500 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/default-font/roboto-500.woff2') format('woff2');
}
/* Roboto 700 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/default-font/roboto-700.woff2') format('woff2');
}
/* Roboto 900 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/default-font/roboto-900.woff2') format('woff2');
}

/* Playfair Display 400 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/default-font/playfair-400.woff2') format('woff2');
}
/* Playfair Display 600 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/default-font/playfair-600.woff2') format('woff2');
}
/* Playfair Display 700 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/default-font/playfair-700.woff2') format('woff2');
}
/* Playfair Display 900 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/default-font/playfair-900.woff2') format('woff2');
}
