/* Classic is intentionally light: override these variables to make a new skin. */
:root {
    --bg: #f5f7f9;
    --surface: #ffffff;
    --surface-soft: #eef2f5;
    --line: #d8e0e7;
    --text: #17212b;
    --muted: #607080;
    --brand: #146c5f;
    --brand-dark: #0f5148;
    --accent: #b8432f;
}
