:root {
    --th-text: #1e1e1e;
    --th-orange: #f98a1d;
    --th-orange-dark: #e67a10;
    --th-yellow: #fbba16;
    --th-yellow-soft: #f4d57a;
    --th-bg-white: #ffffff;
    --th-bg-light: #fafafa;
    --th-bg-page: #f5f5f5;
    --th-border: #eeeeee;
    --th-border-soft: #f0f0f0;
    --th-footer-bg: #1e1e1e;
    --th-footer-text-dimmed: rgba(255, 255, 255, 0.65);

    --th-font-primary: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    --th-container: 1600px;
    --th-padding-x: 2rem;
    --th-padding-x-mobile: 1.25rem;

    --th-radius-sm: 10px;
    --th-radius-md: 16px;
    --th-radius-lg: 32px;

    --th-shadow-sm: 0 4px 20px rgba(0,0,0,0.05);
    --th-shadow-md: 0 5px 15px rgba(249, 138, 29, 0.3);
    --th-shadow-lg: 0 10px 30px rgba(0,0,0,0.12);

    --th-transition: 0.3s ease;

--th-font-weight-light: 300;
--th-font-weight-regular: 400;
--th-font-weight-medium: 500;
--th-font-weight-semibold: 600;
--th-font-weight-bold: 700;
--th-font-weight-black: 800;

--th-font-size-xs: 0.875rem;
--th-font-size-sm: 1rem;
--th-font-size-md: 1.125rem;
--th-font-size-lg: 1.5rem;
--th-font-size-xl: 2.25rem;
--th-font-size-2xl: 3.5rem;

--th-line-height-tight: 1.1;
--th-line-height-normal: 1.5;
--th-line-height-relaxed: 1.75;
}
		