/*
Theme Name:   DotAdopt Child
Theme URI:    https://dot-adopt.com/
Description:  Child-Theme fuer Astra. Nimmt die Anpassungen auf, die zuvor
              direkt in den Astra-Dateien lagen (header.php, header-case.php,
              single.php, style.css) und dort bei jedem Astra-Update
              verlorengegangen waeren.
Author:       Dot Adopt GmbH
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* ------------------------------------------------------------------
   Uebernommen aus der zuvor ueberschriebenen astra/style.css.
   Die Schriftpfade zeigten dort auf das inaktive Theme "dotadopt" und
   verweisen jetzt auf dieses Child-Theme - damit ist es eigenstaendig.
   ------------------------------------------------------------------ */
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/astra-child/assets/fonts/NeueMontreal-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@media (max-width: 900px) {
    .tab-accordion-title {
        font-size: 56px!important;
        white-space: normal;
    }
}


@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/astra-child/assets/fonts/NeueMontreal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/astra-child/assets/fonts/NeueMontreal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/astra-child/assets/fonts/NeueMontreal-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/astra-child/assets/fonts/NeueMontreal-BoldItalic.woff2') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



p {
    font-family: 'PP Neue Montreal', sans-serif !important;
    font-weight: 300 !important;
}
