﻿:root {
--primary-color: #B68D40;
--primary-color-dark: #8B672F;
--primary-hover: #B68D40;
--primary-soft: rgba(249, 115, 22, 0.2);
--svg-theme: #B68D40;
--text-dark: #1f2937;
--title-dark: #1c1c1c;
--header-dark: #1c1c1c;
--table-heading: #323232;
--table-text: #666666;
--text-body: #666666;
--text-muted: #6b7280;
--text-soft: #6b7280;
--text-gray: #202224;
--text-heading: #1f2937;
--bg-white: #ffffff;
--color-light: #ffffff;
--bg-light: #fafafa;
--bg-soft: #ffedd5;
--bg-ultra-light: #ffffff;
--bg-section: #fff7ed;
--border-primary: #979797;
--border-light: #fed7aa;
--border-medium: #fdba74;
--border-dark: #9a3412;
--border-dashed: #fdba74;
--border-soft-purple: rgba(249, 115, 22, 0.2);
--border-purple-solid: rgba(249, 115, 22, 0.4);
--danger-color: #dc2626;
--font-family-base: "Lato", sans-serif;
--font-family-heading: "Lato", sans-serif;
--font-family-alt: "Lato", sans-serif;
--font-family-montserrat: "Lato", sans-serif;
--secondary-color: #b68d4080;
--accent-color: #b68d40a3;
--light-bg: #FEF3D7;
--light-accent: #b68d40de;
--border-color: #979797;
--primary-gradient: linear-gradient(180deg, #b68d40a3 19.64%, #B68D40 100%);
--text-light: #ffffff;
--font-body: 'Lato', sans-serif;
--font-heading: 'Lato', sans-serif;
}