/* -----------------------------
   Bederhof – Webfonts
------------------------------ */

/* Avenir */
@font-face {
    font-family: 'Avenir';
    src: url('/media/fonts/bederhof/avenir-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/media/fonts/bederhof/avenir-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Adobe Caslon */
@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('/media/fonts/bederhof/caslon-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('/media/fonts/bederhof/caslon-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


/* -----------------------------
   YOOtheme – angewendete Fonts
------------------------------ */

/* Body / Standardtext */
body {
    font-family: "Avenir", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
    font-family: "Adobe Caslon Pro", Georgia, serif;
}
