@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Lato:wght@400&display=swap');

:root {
	--elements--buttons--primary--background-color: #00a7e9;
	--elements--buttons--primary--border-color: #00a7e9;
	--elements--headings--content-subheading--opacity: 1;
	--elements--headings--header-subheading--opacity: 1;
	--elements--headings--page-heading--color: #1e1e1e;
	--elements--headings--page-heading--letter-spacing: 0px;
	--layout--page--body--background-color: #e6e6e6;
	--theme--borders--element--border-radius: 0.125rem;
	--theme--colors--danger-200--color: #FED7D7;
	--theme--colors--danger-600--color: #E53E3E;
	--theme--colors--danger-700--color: #C53030;
	--theme--colors--gray--100: #f2f2f2;
	--theme--colors--gray--200: #e6e6e6;
	--theme--colors--gray--300: #d9d9d9;
	--theme--colors--gray--400: #c7c7c7;
	--theme--colors--gray--500: #878787;
	--theme--colors--gray--600: #5a5a5a;
	--theme--colors--gray--700: #3c3c3c;
	--theme--colors--gray--800: #1e1e1e;
	--theme--colors--gray--900: #000000;
	--theme--colors--gray-100--color: #F7FAFC;
	--theme--colors--gray-200--color: #EDF2F7;
	--theme--colors--gray-300--color: #E2E8F0;
	--theme--colors--gray-400--color: #CBD5E0;
	--theme--colors--gray-500--color: #A0AEC0;
	--theme--colors--gray-700--color: #4A5568;
	--theme--colors--gray-800--color: #2D3748;
	--theme--colors--gray-900--color: #1A202C;
	--theme--colors--primary--100: #e5f6fd;
	--theme--colors--primary--200: #ccedfb;
	--theme--colors--primary--500: #80d3f4;
	--theme--colors--primary--600: #33b9ed;
	--theme--colors--primary--700: #19b0eb;
	--theme--colors--primary--800: #00a7e9;
	--theme--colors--primary-200--color: #D7FBFC;
	--theme--colors--primary-500--color: #2F855A;
	--theme--colors--primary-600--color: #2F855A;
	--theme--colors--primary-700--color: #276E4B;
	--theme--colors--primary-800--color: #435953;
	--theme--colors--success-200--color: #C6F6D5;
	--theme--colors--success-600--color: #2F855A;
	--theme--colors--success-700--color: #276B49;
	--theme--colors--warning-200--color: #FEEBC8;
	--theme--colors--warning-600--color: #DD6B20;
	--theme--colors--warning-700--color: #C05621;
	--theme--spacing--block--size: 2.375rem;
	--theme--spacing--element--size: 2.375rem;
	--theme--spacing--grid--size: 2.375rem;
	--theme--typography--body--font-family: 'Open Sans';
	--theme--typography--body--font-weight: 300;
	--theme--typography--heading-1--font-size: 1.375rem;
	--theme--typography--headings--font-family: 'Lato';
	--content-01--block--padding-y: 0rem;
	--content-01--item-icon--height: 4.25rem;
	--content-01--item-title--font-size: 1rem;
	--content-09--block--margin-top: 0rem;
	--content-09--block--padding-y: 0rem;
	--content-09--container--border-radius: 0rem;
	--content-09--container--padding-y: 0rem;
	--content-26--block--margin-top: 1.5rem;
	--content-26--block--padding-y: 0rem;
	--content-26--container--border-radius: 0rem;
	--content-26--container--box-shadow: var(--theme--effects--shadow-none--box-shadow);
	--content-26--container--padding-y: 1.5rem;
	--content-36--block--margin-top: 0rem;
	--content-36--heading--line-height: 1.5rem;
	--footer-01--container--background-color: #cdcdcd;
	--footer-01--container--border-bottom-width: 0px;
	--footer-01--container--border-top-width: 2px;
	--footer-01--container--color: var(--theme--colors--gray--600);
	--footer-01--heading--color: var(--theme--colors--gray--700);
	--footer-01--link--color: var(--theme--colors--gray--600);
	--footer-02--container--background-color: #cdcdcd;
	--footer-02--container--border-top-color: var(--theme--colors--gray--600);
	--header-02--account-button--border-color: var(--theme--colors--gray--500);
	--header-02--account-button--color: var(--theme--colors--gray--500);
	--header-02--account-button--color-hover: #00a7e9;
	--header-02--block--background-color: var(--theme--colors--gray--900);
	--header-02--buttons--border-radius: 0.25rem;
	--header-02--logo--height: 1.125rem;
	--header-02--mobile-menu-icon--background-color: var(--theme--colors--gray--400);
	--header-02--mobile-menu-icon--border-color: var(--theme--colors--gray--300);
	--header-02--search--background-color: var(--theme--colors--gray--600);
	--header-02--search--border-color: var(--theme--colors--gray--500);
}

@media (min-width:1024px) {
    :root {
		--layout--main--container--padding-y: 1.5rem;
		--theme--spacing--block--margin: 2.5rem;
		--theme--spacing--element--margin: 2rem;
		--theme--spacing--grid--margin: 2rem;
		--footer-01--container--padding-y: 2.75rem;
		--header-01--divider--background-color: #00000000;
		--header-02--block--background-color: var(--theme--colors--gray--900);
		--header-02--block--padding-y: 1.25rem;
		--header-02--logo--height: 3.5rem;
		--header-03--block--padding-x: 2.5rem;
		--header-03--nav-item-link--color-hover: #00a7e9;
		--header-03--nav-item-link--padding-y: 1.25rem;
		--header-03--nav-sub-item-link--color-hover: #00a7e9;
    }
}