/*
	Webspert Web Design E-commerce System
	http://www.webspert.com.my
	Copyright (c) Webspert Web Design
*/


@font-face{font-family:"AvenirNext LT Pro";src:url("font/AvenirNext-Regular.otf") format("opentype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"AvenirNext LT Pro Bold";src:url("font/AvenirNext-Bold.otf") format("opentype");font-style:normal;font-weight:600;font-display:swap}

@font-face{font-family:"Poppins";src:url("../font/Poppins-Regular.woff") format("woff");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-Bold.woff") format("woff");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-SemiBold.woff") format("woff");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-ExtraBold.woff") format("woff");font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-Medium.woff") format("woff");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-Light.woff") format("woff");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-ExtraLight.woff") format("woff");font-style:normal;font-weight:200;font-display:swap}
@font-face{font-family:"Poppins";src:url("../font/Poppins-Thin.woff") format("woff");font-style:normal;font-weight:100;font-display:swap}

:root {
	--main-color: #000;
	--accent-color: #FAB318;
	--top-bar-bg-color: #B7242E;

	--theme-color: #B7242E;
	--menu-color: #B7242E;

	--footer-color: #000;
	/* --footer-bg-color: #fdfaf5; */
	--footer-bg-color: #fafafa;

	--grey-color: #231a17;

	--light-grey-color: #f1f1f1;
	--light-grey-color-2: #555555;
	--light-grey-color-3: #cccccc;

	--white-color: #fff;
	--black-color: #000914;
	/* --offer-color: #c60000; */
	--offer-color: #B7242E;
	--purple-color: #c8a2c8;
	--yellow-color: #FFFF00;
	--bright-red: #EE4B2B;
	
	--line-through-color: #8c8c9a;

	--warning-color: #F70046;
	--warning-color-2: #dc2e2e;

	--border-color: #1d1d1d1a;
	--border-color-3: #cfcfcf;
	--border-color-2: #9b9b9b;

	--sold-out-color: #B7B8B7;
    --available-color: #51A245;

	--serif-font: 'AvenirNext LT Pro', serif;
    --serif-font-bold: 'AvenirNext LT Pro Bold', serif;
    --sans-serif-font: 'AvenirNext LT Pro', sans-serif;

	/*--main-font: 'Figtree', sans-serif;
	--accent-font: 'EB Garamond', serif;*/

	--main-font: 'Poppins', sans-serif;
	--accent-font: 'Poppins', sans-serif;

	/*--light-font: 'Figtree', sans-serif;
	--bold-font: 'Figtree', sans-serif;*/
	--light-font: 'Poppins Light', sans-serif;
	--bold-font: 'Poppins Bold', sans-serif;
	--extra-bold-font: 'Poppins ExtraBold', sans-serif;
	
	--border-radius-1: 0px;
	--border-radius-2: 5px;
	--border-radius-3: 12px;

	--default-border-radius: 30px;

	/* --text-shadow: 1px 1px 2px #252525; */
	--text-shadow: none;
	/* --tag-bg-color: rgba(52, 58, 64, .85); */
	--tag-bg-color: rgba(127, 37, 75, 0.85);

	/* --gap: 20px; */
	--gap: 0px;

	--body-bg-color: #fff;
	--body-letter-spacing: 0em;
	--body-font-size: 15px;
	--body-font-weight: 500;
	--body-line-height: 1.6;
	--body-btn-bg-color: #000;

	--heading-font-weight: 600;

}
