:root {

    /* BRAND COLORS */
    --ts-primary: #007bff;
    --ts-accent: #ffc107;

    /* BASE COLORS */
    --ts-bg: #ffffff;
    --ts-text: #333333;
    --ts-text-muted: #6c757d;

    /* SURFACES & BORDERS */
    --ts-surface: #f8f9fa;
    --ts-border: #dee2e6;

    /* SIDEBAR */
    --ts-sidebar-bg: #ffffff;
    --ts-sidebar-text: #333333;

    /* ICONS */
    --ts-icon: #444444;
    --ts-icon-hover: #007bff;

    /* LINKS */
    --ts-link: #007bff;

    /* LOGO */
    --ts-logo-url: url('/assets/img/logo_default.svg');

    /* LAYOUT */
    --ts-card-radius: 0.5rem;
    --ts-navbar-style: light;
    --ts-pattern-url: none;
}