/* roulang page: index */
:root {
            --primary: #164E33;
            --primary-dark: #0A1D13;
            --accent: #D97706;
            --bg-earth: #F7F8F5;
            --text-main: #1E293B;
            --text-muted: #64748B;
        }
        body {
            color: var(--text-main);
            background-color: var(--bg-earth);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }
        .text-balance {
            text-wrap: balance;
        }
        .tab-active {
            border-bottom: 2px solid #D97706;
            color: #164E33;
            font-weight: 700;
        }
