:root {
    
    --text: #0C131D;
    --background: #FFF;
    --link: #AC9C6B;
    --link-hover: #847447;

    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff0000;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #70a520;
    --teal: #20c997;
    --cyan: #17a2b8;

    --white: #FFF;
    --black: #0C131D;

    --light: #EEE;
    --light-hover: #e0e0e0;
    --gray: #CCC;
    --gray-hover: #b7b7b7;
    --gray-dark: #494949;
    --gray-dark-hover: #363636;
    --dark: #262626;
    --dark-hover: #0d0d0d;

    --primary: #AC9C6B;
    --primary-hover: #847447;
    --primary-light: #cee2f8;
    --secondary: #6699cc;
    --secondary-hover: #4578aa;
    --secondary-light: #e5eaf0;
    --success: #83E583;
    --success-hover: #70a520;
    --success-light: #ebf4de;
    --info: #17a2b8;
    --info-hover: #168192;
    --info-light: #d6eaed;
    --warning: #ffc107;
    --warning-hover: #ffa507;
    --warning-light: #e9e2cd;
    --danger: #ff0000;
    --danger-hover: #c71414;
    --danger-light: #edd6d6;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --font-family-sans-serif: 'Poppins', sans-serif;
    --font-family-serif: 'Libre Baskerville', serif;

    --container: 1300px;
    --spacer: 30px;
    --letter-spacing: 0.05rem;
    --radius: 2px;
    --radius-rounded: 60px;
    --text-transform: inherit;
    --box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    
}