:root {
    --clr-primary: #d97706;
    --clr-primary-rgb: 217,119,6;
    --clr-primary-d: #b45309;
    --clr-secondary: #451a03;
    --clr-text: #27272a;
    --clr-text-light: #71717a;
    --clr-border: #f4f4f5;
    --clr-bg: #fffbeb;
    --clr-white: #ffffff;
    --radius: 10px;
    --shadow: 0 10px 15px -3px rgba(217, 119, 6, 0.1);
    --shadow-hover: 0 20px 25px -5px rgba(217, 119, 6, 0.15);
    --transition: 0.25s linear;
    --font: 'Outfit', sans-serif;
    --header-h: 75px;
}