:root {
    /** Font default */
    --font-family-default: 'Roboto', sans-serif;
    --font-family-title: 'Jost', sans-serif;
    --font-family-tertiary: 'Libre Baskerville', serif;
    --font-size-default: 15px;
    --font-size-title: 50px;
    --font-color-default: #2a2a2a;
    --font-color-title: #000;
    
    /* Client Branding */
    --primary-color: #000;
    --secondary-color: #898989;
    
    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}