/*
Theme Name: Beteve
Theme URI: https://afterimagedesigns.com/beteve/
Description:  "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). Other features - Currently using Bootstrap v4.0.0-alpha.6, Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder.
Version: 1.0
Text Domain: beteve
Author: Bekodo
*/

@import "/wp-content/themes/beteve/inc/assets/fonts/px-grotesk/px-grotesk.css";
@import "/wp-content/themes/beteve/css-tailwind/dist/output.css?v=6.0";
@import "/wp-content/themes/beteve/general-styles-legacy.css";
@import "/wp-content/themes/beteve/bakery-legacy.css";
@import "/wp-content/themes/beteve/gutenberg-legacy.css";
@import "/wp-content/themes/beteve/home-template-legacy.css";
@import "/wp-content/themes/beteve/inc/assets/css/swiper.css";

.has-btv-theme-medium-white-color{
    color: #f1f0eb;
}
.has-btv-theme-orange-color{
    color: #f95741;
}
.has-btv-theme-dark-gray-color {
    color: #2a3034;
}
.has-btv-theme-white-color{
    color: #ffffff;
}
.has-btv-theme-medium-white-background-color{
    background-color: #f1f0eb;
}
.has-btv-theme-dark-gray-background-color{
    background-color: #2a3034;
}
.has-btv-theme-orange-background-color{
    background-color: #f95741;
}
.has-btv-theme-white-background-color{
    background-color: #ffffff;
}