/* Explain: Theme tokens for color, typography, and geometry. */
:root {
    --primary-color: #000000;
    --primary-hover: #333333;
    --secondary-color: #e5e5e5;
    --accent-color: #000000;
    --background-color: #ffffff;
    --surface-color: #f4f4f4;
    --text-color: #000000;
    --text-muted: #666666;
    --border-color: #dddddd;
    --inverse-text: #ffffff;
    --panel-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'Bebas Neue', sans-serif;
}