/*
 * Variabili condivise del tema Sala Smaltimenti.
 * Valori confermati in behavior-gherkin/home/Posizioni Figma - 1.2.0.md.
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--color-brand-orange: #f38c07;
	--color-box-privati: #f2bd79;
	--color-green: #008000;
	--color-hero-background: #2ca11e;
	--color-card-inactive: #e2e2e2;
	--color-card-text: #3b3b3b;
	--color-card-subtext: #00613e;
	--color-indicator-active: #00a76e;
	--color-indicator-inactive: #ccda01;
	--color-white: #fff;
	--color-nav-text: #444;
	--color-footer-title: #2d2d2d;
	--color-footer-text: #444;
	--color-footer-background: #efefef;
	--color-form-background: #f5f5f5;
	--font-nav: "Inter", sans-serif;
	--font-titles: "Nunito Sans", sans-serif;
	--font-geologica: geologica, sans-serif;
	--radius-pill: 50px;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 700 900;
	font-display: swap;
	src: url("../fonts/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/nunito-sans-variable.woff2") format("woff2");
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/geologica-variable.woff2") format("woff2");
}
