// CORE TOKENS: BORDER RADIUS
// This partial defines global border radius tokens

$border-radius-small: 4px;
$border-radius-medium: 8px;
$border-radius-big: 16px;
