@import url('https://fonts.googleapis.com/css2?family="Lato"&family="Lato":wght@900&family=Lato:wght@700&family=Lato&display=swap');

:root {
	--theme--borders--element--border-radius: 0.5rem;
	--theme--colors--danger--200: #FED7D7;
	--theme--colors--danger--600: #E53E3E;
	--theme--colors--danger--700: #C53030;
	--theme--colors--gray--100: #F7FAFC;
	--theme--colors--gray--200: #EDF2F7;
	--theme--colors--gray--300: #E2E8F0;
	--theme--colors--gray--400: #CBD5E0;
	--theme--colors--gray--500: #A0AEC0;
	--theme--colors--gray--700: #4A5568;
	--theme--colors--gray--800: #2D3748;
	--theme--colors--gray--900: #1A202C;
	--theme--colors--primary--100: #ffd6ad;
	--theme--colors--primary--200: #FFD6AD;
	--theme--colors--primary--300: #ffad5c;
	--theme--colors--primary--400: #ffad5c;
	--theme--colors--primary--500: #ff9640;
	--theme--colors--primary--600: #ff9640;
	--theme--colors--primary--700: #CC6600;
	--theme--colors--primary--800: #854200;
	--theme--colors--primary--900: #854200;
	--theme--colors--success--200: #c6f6d5;
	--theme--colors--success--600: #2F855A;
	--theme--colors--success--700: #215239;
	--theme--colors--warning--200: #FEEBC8;
	--theme--colors--warning--600: #DD6B20;
	--theme--colors--warning--700: #C05621;
	--theme--spacing--block--size: 2.375rem;
	--theme--spacing--element--size: 2.375rem;
	--theme--spacing--grid--size: 2.375rem;
	--theme--typography--body--font-family: '"Lato"';
	--theme--typography--body--font-weight: normal;
	--theme--typography--heading-1--font-size: 1.625rem;
	--theme--typography--headings--font-family: '"Lato"';
	--theme--typography--headings--font-weight: 900;
	--elements--headings--content-heading--font-family: 'Lato';
	--elements--headings--content-heading--font-size: 1.125rem;
	--elements--headings--content-heading--font-weight: 700;
	--elements--headings--page-heading--font-family: 'Lato';
	--elements--headings--page-heading--font-size: 1.625rem;
	--elements--headings--page-heading--font-weight: normal;
	--footer-03--container--background-color: var(--theme--colors--primary--500);
	--footer-01--container--background-color: #ffffff;
	--header-02--cart-button-badge--background-color: var(--theme--colors--primary--700);
	--header-02--logo--height: 3rem;
	--header-03--block--background-color: var(--theme--colors--primary--500);
	--header-03--nav-sub-items-arrow--color: var(--theme--colors--gray--300);
	--layout--page--body--background-color: #f5f5f5;
}

@media (min-width:1024px) {
    :root {
		--theme--spacing--block--margin: 2.375rem;
		--layout--main--container--padding-y: 2.375rem;
		--header-03--block--background-color: var(--theme--colors--primary--500);
		--header-03--nav-sub-items-arrow--color: var(--theme--colors--gray--600);
    }
}