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

:root {
	--theme--colors--danger--200: #FED7D7;
	--theme--colors--danger--300: #e4bbbb;
	--theme--colors--danger--400: #e2a3a3;
	--theme--colors--danger--500: #e77d7d;
	--theme--colors--danger--600: #e53e3e;
	--theme--colors--danger--700: #C53030;
	--theme--colors--danger--800: #872323;
	--theme--colors--danger--900: #5a0000;
	--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--200: #FFD6AD;
	--theme--colors--primary--400: #574b3f;
	--theme--colors--primary--500: #422E11;
	--theme--colors--primary--600: #422E11;
	--theme--colors--primary--700: #DCAE00;
	--theme--colors--primary--800: #9ACC34;
	--theme--colors--success--200: #C6F6D5;
	--theme--colors--success--300: #96c2ac;
	--theme--colors--success--400: #84c2a3;
	--theme--colors--success--500: #5fa280;
	--theme--colors--success--600: #2f855a;
	--theme--colors--success--700: #215239;
	--theme--colors--success--800: #0c3c23;
	--theme--colors--success--900: #00351a;
	--theme--colors--warning--200: #FEEBC8;
	--theme--colors--warning--300: #e2b395;
	--theme--colors--warning--400: #e09666;
	--theme--colors--warning--500: #db864f;
	--theme--colors--warning--600: #dd6b20;
	--theme--colors--warning--700: #c05621;
	--theme--colors--warning--800: #904018;
	--theme--colors--warning--900: #391605;
	--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;
	--footer-03--container--background-color: var(--theme--colors--gray--900);
	--footer-02--container--background-color: var(--theme--colors--primary--400);
	--footer-02--container--border-top-width: 0px;
	--footer-01--container--background-color: var(--theme--colors--primary--400);
	--footer-01--container--color: var(--theme--colors--primary--700);
	--footer-01--heading--color: var(--theme--colors--primary--700);
	--footer-01--link--color: var(--theme--colors--primary--700);
	--footer-01--link--color-hover: var(--theme--colors--primary--700);
	--header-02--logo--height: 3rem;
	--header-03--block--background-color: var(--theme--colors--primary--500);
	--header-03--nav-header--border-color: var(--theme--colors--gray--100);
	--layout--page--body--background-color: var(--theme--colors--gray--200);
}

@media (min-width:1024px) {
    :root {
		--theme--spacing--block--margin: 2.375rem;
		--header-02--block--background-color: #ffffff;
		--layout--main--container--padding-y: 2.375rem;
		--header-03--block--background-color: var(--theme--colors--primary--500);
    }
}