/**
* Questo file contiene variabili base e font
*/

:root, html[data-theme='light'] {
/* Inim Accent */
--accent-dark: 30 64 112; /* dark blue - #1e4070 */
/* --accent: 30 126 210; /* blue - #1e7ed2 */
--accent: 14 66 120; /* blue - #0e4278 */
--accent-light: 191 216 233; /* light blue - #bfd8e9 */

/* Base colors */
--text: 0 0 0; /* #000000 */
--gray-light-background: 240 242 245; /* #f0f2f5 */
--gray-background: 248 249 250; /* #f8f9fa */
--gray-border: 198 198 198; /* #c6c6c6 */
--gray-0: 83 83 104; /* #535368 */
--gray-1: 130 139 153; /* #828b99 */
--gray-2: 200 206 217; /* #c8ced9 */
--gray-3: 235 238 242; /* #ebeef2 */

/* Secondary colors */
--white: 255 255 255; /* white - #ffffff */
--black: 0 0 0; /* black - #000000 */
--green: 129 201 72; /* #81c948 */
--red: 204 20 20; /* #cc1414 */
--orange: 229 124 0; /* #e57c00 */
--yellow: 255 193 54; /* #FFC136 */
--blue: 88 151 238; /* #5897ee */ 
--platinum: 229 228 226; /* #E5E4E2 */ 

/* Text stuff */
/*--font-sans-serif: 'Open Sans', system-ui, -apple-system;*/
--font-sans-serif: 'Kumbh Sans', system-ui, -apple-system;
--font-headings: 'Kumbh Sans', system-ui, -apple-system;
--font-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

/* Layout */
/*--content-width: 1440px;
--layout-width: 1280px;*/
--content-width: 100%;
--layout-width: 100%;

/* Material Symbols */
--font-FILL: 0;
--font-wght: 300;
--font-GRAD: 0;
--font-opsz: 24;

/* margini laterali 2025 */
--margin-mobile-portrait: 1rem;
--margin-mobile-landscape: 1.5rem;
--margin-tablet: 2rem;
--margin-desktop: 2rem;

}

/* html[data-theme='dark'] { } */

