/*
Theme Name:   Wavy Child
Theme URI:    https://estudiopatagon.com/projects/wavy-for-wordpress/
Author: EstudioPatagon
Author URI: https://estudiopatagon.com/
Description:  Child theme, based on Wavy
Template: wavy

*/

/* Add your custom code just below */



@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff')
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Bold.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
/* ------------------------------------------------------------------ *
 * A11y: comment "date" meta failed WCAG AA contrast (Lighthouse).
 * The theme sets no explicit colour so it inherited a faint tone.
 * Pin an accessible muted slate. #565d6b gives ~6.3:1 on #fff (and still
 * >=5.5:1 on the warm comment bg) - comfortably clears WCAG AA with margin.
 * Extra ".right" raises specificity over the parent-theme rule.
 * ------------------------------------------------------------------ */
#single #comments.hosted .comment .right .date,
#comments .comment .date,
.comment .right .date { color: #565d6b !important; }

/* ------------------------------------------------------------------ *
 * Brand font on form controls.
 * The Customizer CSS forces PeydaWeb on almost every tag, but form
 * controls are missing from that list - and the parent theme pins
 * input/textarea/select to var(--epcl-title-font-family) (a Latin face
 * with no Persian glyphs), so placeholders and typed Persian text fell
 * back to the OS Arabic font (comment form, hero converter amount,
 * coin-table search...). Pin the same PeydaWeb stack here.
 * ------------------------------------------------------------------ */
input,
textarea,
select,
button,
.inputbox {
    font-family: 'PeydaWeb', Arial, sans-serif !important;
}
input::placeholder,
textarea::placeholder {
    font-family: 'PeydaWeb', Arial, sans-serif !important;
}
