/* Shared values extracted from the existing global stylesheet. */
:root {
    --ctc-color-page-background: #f4f4f4;
    --ctc-color-text: #333;
    --ctc-color-brand-yellow: #FFD700;
    --ctc-color-brand-red: #CC0000;
    --ctc-color-black: #000;
    --ctc-color-white: #fff;
    --ctc-color-muted: #555;
    --ctc-color-border: #ccc;
    --ctc-font-body: 'Inter', sans-serif;
    --ctc-font-display: 'Oswald', sans-serif;
    --ctc-content-max-width: 1100px;
    --ctc-page-inline-space: 20px;
    --ctc-radius-small: 4px;
    --ctc-radius-medium: 5px;
}
