/*
Theme Name: Forst Child
Theme URI: https://forst.qodeinteractive.com
Description: A child theme of Forst
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: forst
Template: forst
*/

/* ==========================================================================
   Cooper — Web Font Declarations
   ========================================================================== */

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

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

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

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

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

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

body,
p, li, a, span, div,
input, textarea, select, button {
    font-family: 'Cooper', system-ui, -apple-system, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cooper', system-ui, -apple-system, sans-serif !important;
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}
/* ==========================================================================
   Cooper Bold come font di default GLOBALE
   ========================================================================== */

/* Applica Cooper Bold a tutto il documento */
html, body,
body *, /* tutti gli elementi dentro body */
input, textarea, select, button,
[class*="qodef-"], [class*="elementor-"] { /* selettori del tema Forst e di Elementor */
    font-family: 'Cooper', system-ui, -apple-system, sans-serif !important;
    font-weight: 700 !important;
}

/* Preserva l'italico dove è già impostato dal tema */
em, i, [class*="italic"] {
    font-style: italic !important;
}
