  :root {
                --font-family: Arial, sans-serif;
                --primary-color: #ff6f0f;
                --secondary-color: #f9f9f9;
            }

            body {
                font-family: var(--font-family);
            }