@charset "UTF-8";

/*
Theme Name: Sugar Town
Theme URI: https://sugartown.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: SugarTown is a meticulously designed WordPress theme tailored for bakeries, patisseries, chocolate boutiques, and cafés seeking a sophisticated online presence. Combining modern aesthetics with user-friendly functionality, it offers a variety of customizable layouts and engaging design elements that highlight the beauty of confectionery and artisanal products. Fully integrated with WooCommerce, SugarTown enables seamless e-commerce capabilities, making it easy to showcase products, manage sales, and deliver an exceptional online shopping experience to a global audience.
Requires at least: WordPress 4.9.6
Version: 1.0.4
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: sugartown
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --display: flex;
    --flex-direction: row;
    --main: #1A311F;
    --accent: #FA9650;
    --secondary: #375534;
    --text: #375534;
    --light: #E3EED4;
    --light-green:#AEC3B0;
    --white: #ffffff;
    --green: #70833c;
    --heading: #0F2A1D;
    --body: #375534;
    --bodybg: #ffffff;
    --btn-color: #ffffff;
    --btn-color2: #0F2A1D;
    --btn-bgcolor: #0F2A1D;
    --btn-bgcolor2: #FA9650;
    --e-global-color-primary: #1A311F;
    --e-global-color-secondary: #FA9650;
    --menu-color: #0F2A1D;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --font-size-md: 18px;
    --line-height-md: 25.2px;
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}