/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

/* Dégradé titres H2 — Oshin original exact */
h2,
.entry-content h2,
section h2,
.cs-content-box h2 {
    color: transparent;
    background: linear-gradient(30deg, #991B49 35%, #F39200 55%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 48px;
    font-weight: bold;
}
