:root {
    --caps-heading: 'NunitoSans';
    --heading: 'NunitoSans';
    --textfont: 'Inter';
    --menubgcolor: rgb(255, 255, 255);
    --menucolor: black;
    --accentcolor1: rgb(215, 25, 32);
    --accentcolor2: rgb(99, 100, 102);
    --accentcolor3: lightgray;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --background-light: #f8fafc;
    --background-white: #ffffff;
    --border-color: #e5e7eb;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}