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

:root {
	--theme-max-width: 1710px;
	--theme-app-bg-color: #f9f9f9;
	--theme-loader-bg-color: #182031;
	--theme-footer-bg-color: #182031;
	--theme-header-title-color: #00c6ad;
	--theme-title-color: #000000;
	--theme-border-color: #dedee5;
	--theme-box-shadow-color: #0000001a;
	--theme-box-bg-color: #000000e0;
	--theme-bg-img: #8a8a8f80;
	--theme-bg-color: #00c6ad;
	--theme-color: #ffffff;
	--theme-bg-color-2: #ffffff;
	--theme-color-2: #555555;
	--theme-border-radius: 8px;
	--theme-category-text-color: #ffffff;
	--theme-marker-bg-color: #00c6ad;
	--theme-marker-color: #ffffff;
	--theme-marker-border-radius: 3px;
	--theme-marker-pos-bg-color: #3c82e7;
	--theme-marker-dep-bg-color: #62cb31;
	--theme-marker-arr-bg-color: #e74c3c;
	--theme-marker-location-bg-color-1: #ffffff;
	--theme-marker-location-bg-color-2: #307ef6;
	--theme-modal-title-color: #000000;
	--theme-modal-color: #555555;
	--theme-modal-bg-color: #ffffff;
	--theme-modal-fade-color: #00000099;
	--theme-toast-color: #ffffff;
	--theme-toast-bg-color: #141510bf;
	--theme-action-color: #ffffff;
	--theme-action-bg-color: #182031;
	--theme-action-button-ok: #00c6ad;
	--theme-action-button-cancel: #ee404c;
	--theme-font-family: 'Roboto', sans-serif;
	--theme-font-bold: 600 45px/1.3 'Jost', sans-serif;
	--theme-font-family-logo: 'Lobster', sans-serif;
	--theme-font-family-pro: 'Open Sans', sans-serif;
	--theme-font-bold-pro: 600 45px/1.3 'Open Sans', sans-serif;
	--theme-cat-1000-color: #d53b3a;
	--theme-cat-1001-color: #555555;
	--theme-cat-1002-color: #555555;
	--theme-cat-1003-color: #555555;
	--theme-cat-1004-color: #555555;
	--theme-cat-1005-color: #555555;
	--theme-cat-1006-color: #555555;
	--theme-affluence-high-color: #e90000;
	--theme-affluence-medium-color: #e57c00;
	--theme-affluence-low-color: #00be1e;
	--theme-affluence-chart-color: #00c6ad;
}
