/* ----------------------------------------------------------------
	Variables
-----------------------------------------------------------------*/

:root {
	--themecolor: #7d8597; /* Siebert Solar Primary */
	--theme-font-family: 'Helvetica', 'Arial', sans-serif !important;

	--sgman-themecolor-rgb: 242, 203, 10;
	--sgman-themecolor-black: #101820; /* Siebert Group Primary Black */
	--sgman-themecolor-light-blue: #f2cb0a; /* Siebert Solar Primary Light Yellow */

	--sgman-body-font: 'Helvetica', 'Arial', sans-serif !important;
	--sgman-primary-font: 'Helvetica', 'Arial', sans-serif !important;
	--sgman-secondary-font: "Playfair Display", serif;

	--sgman-font-size-h1: 3rem;
	--sgman-font-size-h2: 2rem;
	--sgman-font-size-h3: 1.8rem;

	--sgman-headings-font-weight: 600;

	--bs-link-color-rgb: #7d8597;
	--bs-link-hover-color-rgb: #f2cb0a;
}