:root {
    --tbc-color-navy: #0f172a;
    --tbc-color-gold: #e26b1b;
    --tbc-color-ivory: #f6f1e8;
    --tbc-color-border: rgba(15, 23, 42, 0.12);
    --tbc-header-height: 76px;
    --tbc-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --tbc-shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.16);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

body.tbc-menu-open {
    overflow: hidden;
}
