@charset "utf-8";
@import url("../fonts/theme-fonts.css");
/* Tema generato dal CMS - non modificare a mano: usa Aspetto > Tema */
:root {
    --accent: #0e3b3e;
    --primary: #0e3b3e;
    --secondary: #aecb33;
    --highlight: #aecb33;
    --bg: #f5f6f3;
    --surface: #f5f6f3;
    --surface-alt: #eceee9;
    --surface-dark: #0e3b3e;
    --on-surface-dark: #f6f6f5;
    --radius: 16px;
    --on-primary: #f6f6f5;
    --on-accent: #f6f6f5;
    --text: #1a1d21;
    --muted: #767879;
    --border: #d6d8d6;
    --header-bg: #f5f6f3;
    --header-text: #1a1d21;
    --footer-bg: #f5f6f3;
    --footer-text: #767879;
    --font-base: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-headings: "Bricolage Grotesque", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --bs-primary: #0e3b3e;
    --bs-primary-rgb: 14, 59, 62;
    --bs-secondary: #aecb33;
    --bs-secondary-rgb: 174, 203, 51;
}
