/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap'); */

body {
	font-family: Poppins, sans-serif;

}

 .telephone {
    position: relative;
    font-size: 2em;
	font-weight: 300;
	bottom: 12px;
 }
:root {
	/*
	--body-hue: 0;
	--body-saturation: 100;
	--body-lightness: 100;

	--link-hue: 211;
	--link-saturation: 100;
	--link-lightness: 50;

	--primary-hue: 211;
	--primary-saturation: 100;
	--primary-lightness: 50;

	--secondary-hue: 208;
	--secondary-saturation: 7.3;
	--secondary-lightness: 45.7;

	--table-hue: 0;
	--table-saturation: 100;
	--table-lightness: 100;

	--table-striped-hue: 208;
	--table-striped-saturation: 7.3;
	--table-striped-lightness: 45.7;
	--table-striped-bg-opacity: 0.05;

	--table-head-hue: 204;
	--table-head-saturation: 2.1;
	--table-head-lightness: 54.3;
	238, 53%, 38%
	*/
	
	--link-hue: 0;
	--link-saturation: 0;
	--link-lightness: 10;
	
	--primary-hue: 238;
	--primary-saturation: 53;
	--primary-lightness: 38;
	
	--bs-light-rgb: 255,255,255;
	*/
}

[data-bs-theme="dark"] {
	--link-lightness: 90;
	--primary-lightness: 57;
}