﻿/* (design-tokens) */

:root {
    --bc-primary: #17c1c1;
    --bc-primary-dark: #119393;
    --bc-primary-yellow: #ffd800;
    --bc-border-radius: 0.5rem;
    --bc-spacing: 0.75rem;
}
