@import "bootstrap/accordion.css";
@import "bootstrap/modal.css";
@import "bootstrap/table.css";
@import "bootstrap/toasts.css";
@import "quickgrid.css";

@font-face {
    font-family: "GT-Walsheim-Pro";
    src: url("../font/GTWalsheim/GTWalsheimProRegular.woff2") format("woff2"), url("../font/GTWalsheim/GTWalsheimProRegular.woff2") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {

    --header-height: 80px;
    --text-color: 41, 33, 30;
    --bs-link-color: #29211e;
    --bs-link-color-rgb: 41, 33, 30;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #000000;
    --bs-link-hover-color-rgb: 0,0,0;
    --bs-info-bg-subtle: #e3f2fd;
    --bs-info-border-subtle: #bbdefb;
    --bs-info-text-emphasis: #0d47a1;

    --bs-form-invalid-color: #BA1A1A;
    --bs-form-invalid-border-color: #BA1A1A;


    --cv-brown: #5a4a3a;
    --cv-brown-rgb: 90, 74, 58;
    --cv-brown-dark: #3e3228;
    --cv-brown-dark-rgb: 62, 50, 40;
    --cv-brown-light: #8c7560;
    --cv-brown-light-rgb: 140, 117, 96;
    --cv-gray: #e5e3df;
    --cv-gray-rgb: 229, 227, 223;
    --cv-gray-text: #41464b;
    --cv-gray-text-rgb: 65, 70, 75;
    --cv-cream: #efede8;
    --cv-cream-rgb: 239, 237, 232;
    --cv-cream-light: #faf7f3;
    --cv-cream-light-rgb: 250, 247, 243;
    --radius: 0.5rem;
    --shadow: 0 2px 8px rgba(58,42,28,.08);

    /* Couleurs principales */
    --cv-cvmsa: #5A4A3A;
    --cv-hmsa: #8C8580;
    --cv-obois: #1C1C1C;

    --cv-cvmsa-rgb: 90, 74, 58;
    --cv-hmsa-rgb: 140, 133, 128;
    --cv-obois-rgb: 44, 44, 44;

    --cv-regul: #D4AF37;
    --cv-proprio: #CF763A;
    --cv-wechalet: #C5A8B8;

    --cv-regul-rgb: 212, 175, 55;
    --cv-proprio-rgb: 207, 118, 58;
    --cv-wechalet-rgb: 197, 168, 184;

    --cv-danger-bg: #FFE6E6;
    --cv-danger-fg: #E53935;

    --cv-success-bg: #EAF3DE;
    --cv-success-fg: #3B6D11;

    /* Versions claires (fonds de badges, cartes) */
    --cv-cvmsa-bg-subtle: #f0ece5;
    --cv-hmsa-bg-subtle: #e6eef5;
    --cv-obois-bg-subtle: #f5e6dd;

    /* Versions foncées (texte sur fond clair, hover) */
    --cv-cvmsa-text-emphasis: #3d3127;
    --cv-hmsa-text-emphasis: #2d4d68;
    --cv-obois-text-emphasis: #6e3320;

    /* Versions bordures subtiles */
    --cv-cvmsa-border-subtle: #d9d0c2;
    --cv-hmsa-border-subtle: #c2d4e3;
    --cv-obois-border-subtle: #e3c5b3;


    /*gris*/
    --cv-gris-14: #242424;
    --cv-gris-24: #404142;
    --cv-gris-24-rgb: 64, 65, 66;
    --cv-gris-38: #5F6061;
    --cv-gris-44: #6E6F70;
    --cv-gris-52: #838485;
    --cv-gris-60: #969A9C;
    --cv-gris-72: #B5B8BB;
    --cv-gris-82: #CED1D4;
    --cv-gris-88: #DEE0E3;
    --cv-gris-92: #ECEEF0;
    --cv-gris-94: #F2F4F6;
    --cv-gris-96: #F5F7F9;
    --cv-gris-96-rgb: 245, 247, 249;
    --cv-gris-98: #F9FAFB;
    --cv-gris-98-rgb: 249, 250, 251;
}
