/* Explain: Theme tokens for the business internet identity. - */
:root {
    --primary-color: #E32B2B;
    --primary-hover: #C62222;
    --secondary-color: #1A1F2B;
    --background-color: #F9FAFB;
    --surface-color: #FFFFFF;
    --text-color: #111827;
    --text-muted: #6B7280;
    --border-color: #E5E7EB;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
}