@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.9
Tested up to: 6.9
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;
}
