/*
Theme Name: Salient Child
Theme URI:  https://emk-hn.de
Description: Child Theme für Salient, um Anpassungen zu speichern ohne Parent-Theme zu ändern
Author:      EmK Heilbronn
Author URI:  https://emk-hn.de
Template:    salient
Version:     1.0
Text Domain: salient-child
*/

/* ===========================================================
   OfficinaSans Schriften einbinden
=========================================================== */

@font-face {
    font-family: 'OfficinaSans';
    src: url('fonts/OfficinaSansITCStd-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('fonts/OfficinaSansITCStd-BookIta.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('fonts/OfficinaSansITCStd-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('fonts/OfficinaSansITCStd-BoldIta.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* ===========================================================
   Child Theme CSS
   Hier kannst du deine Anpassungen einfügen
=========================================================== */

body {
    font-family: 'OfficinaSans', sans-serif;
}
