@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
:root {
	--g-color-main: #0b5f9f;
	--g-color-support: #f5a623;
	--g-color-accent: #2f855a;
	--g-surface-page: #f3f6fa;
	--g-surface-card: #f3f4f6;
	--g-layout-head-bg: #ffffff;
	--g-button-primary-bg: #f5a623;
	--g-link-color: #c98211;
	--g-validation-button-bg: #f5a623;
	--g-validation-button-color: #ffffff;
	--g-tabs-active-bg: #ffd17a;
	--g-font-family: inter;
	--g-font-size-base: 16px;
	--g-text-h1-font: Inter, ui-sans-serif, system-ui, sans-serif;
	--g-text-h1-size: 2rem;
	--g-text-h1-weight: 800;
	--g-text-h1-color: #111827;
	--g-text-h2-font: Inter, ui-sans-serif, system-ui, sans-serif;
	--g-text-h2-size: 1.5rem;
	--g-text-h2-weight: 800;
	--g-text-h2-color: #111827;
	--g-text-h3-font: Inter, ui-sans-serif, system-ui, sans-serif;
	--g-text-h3-size: 1.1rem;
	--g-text-h3-weight: 700;
	--g-text-h3-color: #111827;
	--g-text-p-font: Inter, ui-sans-serif, system-ui, sans-serif;
	--g-text-p-size: 1rem;
	--g-text-p-weight: 400;
	--g-text-p-color: #111827;
}
