/*
 * Theme Name: Carwash
 * Description: -
 * Author: Michelle
*/

@import "templates/basic/base.css";
@import "templates/basic/buttons.css";
@import "templates/basic/headings.css";

@import "templates/shared/header/header.css";
@import "templates/shared/footer/footer.css";
@import "templates/shared/header/mobile-menu.css";
@import "templates/shared/header/desktop-menu.css";
/* @import "templates/shared/breadcrumb/breadcrumb.css"; */


@import "templates/blocks/about/about.css";
@import "templates/blocks/images-cta/images-cta.css";
@import "templates/blocks/marquee/marquee.css";
@import "templates/blocks/opportunities-desktop/opportunities-desktop.css";
@import "templates/blocks/opportunities-faq/opportunities-faq.css";
@import "templates/blocks/instagram/instagram.css";
@import "templates/blocks/team/team.css";
@import "templates/blocks/faq/faq.css";
@import "templates/blocks/cta/cta.css";
@import "templates/blocks/video/video.css";

:root {
    --primary: #f0f0b5;
    --primary-dark: #d1d19b;
    --secondary: #eb5b95;
    --bg-color: #c94d7f;
    --bg-pink-light: #F9CCE0;
    --bg-gray: #DFDFDF;
    --text-color: #1D1D1B;
    --grey: #e0e0e0;
}
