/*
Theme Name: Provinyl Cuisine
Author: Ilia Svinin
Author URI: https://iliasvinin.com
Description: Custom WordPress theme developed for provinyl-cuisine.com
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: provinyl-cuisine.com
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');

/** Assets **/
@import "./assets/css/reset.css";
@import "./assets/css/colors.css";
@import "./assets/css/site-navbar.css";
@import "./assets/css/hero-main.css";

/** Elements **/
@import "./assets/css/buttons.css";

/** **/
@import "./assets/css/header-slider.css";
@import "./assets/css/footer.css";
@import "./assets/css/services-section.css";
@import "./assets/css/who-we-are-section.css";
@import "./assets/css/before-and-after-sections.css";
@import "./assets/css/google-reviews-section.css";
@import "./assets/css/split-banner.css";
@import "./assets/css/faqs-section.css";
@import "./assets/css/video-section.css";

/** Templates **/
@import "./assets/css/template-collection-page.css";
@import "./assets/css/template-get-a-quote.css";
@import "./assets/css/template-service-page.css";
@import "./assets/css/template-our-story.css";


body:not(.home) {
    padding-top: 50px;
}

h2 {
    font-size: clamp(28px, 4.2vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--heading);
    margin: 0 0 12px;
}
.hr-gold {
    display:block; width: 84px; height: 3px; background: var(--accent); border-radius: 2px; margin-bottom: 14px;
}

h1, h2 {
    font-family: "Rubik Dirt", system-ui !important;
}


