:root {
	--display-font-family: Lalezar;
	--body-font-family: Hind;

	--font-size: 18px

	--logo-padding: 0px;
	--logo-height: 250px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 237 225 202;
	--header-border-color: 245 245 245;

	--brand-color: 105 47 56;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 238 179 49;

	--action-color: 140 58 74;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 146 171 210;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 26 49 93;

	--main-navigation-bg-color: 237 225 201;
	--main-navigation-link-color: 141 102 76;
	--main-navigation-link-color-hover: 140 58 74;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 20px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 141 102 76;

	--order-status-bg-color: 245 245 245;
	--order-status-color: 162 162 162;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 157 100 111;
	--footer-color: 255 15 ;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
.bannerWidget__heading {
font-family: 'Cormorant SC', serif;
}
.h1 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h2 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h3 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h4 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.p {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
   font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif; ;
}
.mainNavigation__list {
     font-family: 'Cormorant', serif;
     font-weight: 700;
    
}
.photoGridWidget__listCaption {
    background-color: rgb(0 0 0 / 25%);
}
.textWidget--49 p {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;
font-size: 22px;
}
.newsletterWidget__header h2 {
    font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;

}
.btn {
   font-family: 'Cormorant', serif;
font-family: 'Cormorant SC', serif;

}
/* Color change for "Learn more about us" homepage button */
.btn-light {
    background-color: #623239!important;
    border-color: #4E1F25!important;
    color: #FFFFFF!important;
}
.btn-light:hover {
    background-color: #895A60!important;
    border-color: #895A60!important;
    transition: 0.5s;
}


.bannerWidget__subheading {
    font-family: 'Cormorant', serif;
}
#tasteprofit {
    font-size: 12px;
    color: #34b393;
    text-align: center;
    padding-bottom: 20px;;
}
#tasteprofit a {
    color: #34b393;
}
.textWidget--49 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
.textWidget--46 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
.howItWorksWidget__stepHeader .bullet {
    margin: 0 auto 2px;
}
.textWidget--54 a {
    font-weight: 700;
    font-family: 'Cormorant SC', serif;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFFFFF!important;
    background-color: #8c3a4a;
    border-radius: 3px;
    padding: 10px 15px;
}
/* Media query for mobile devices */
@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 150px;
        }}
