/*
Theme Name: Sugar Town Child
Theme URI: https://sugartown.jwsuperthemes.com
Template: sugartown
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.
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
Version: 1.0.5
Updated: 2025-04-24 04:18:39
*/
: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;
}
