@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

        :root {
            --brand-yellow: #FFB405;
            --brand-black: #000000;
            --brand-white: #FFFFFF;
            --brand-gray: #2E2E2E;
            --brand-gray-light: #3d3d3d;
            --transition: all 0.3s ease;
            --container-width: 1140px;
            --border-radius: 8px;
        }