:root {
    --brand-primary: #ff6565;
    --brand-primary-hover: #e85353;
    --brand-primary-soft: #fff0ef;
    --brand-primary-border: #ffc9c6;
    --brand-ink: #1f2937;
    --brand-muted: #6b7280;
    --brand-surface: #ffffff;
    --brand-surface-soft: #fff9f8;
    --brand-border: #ece8e6;
    --brand-sidebar: #252c38;
    --brand-sidebar-soft: #303949;
    --brand-sidebar-text: #dce2ec;
}

a:hover {
    color: var(--brand-primary);
}
