Border Radius Tokens

Border radius values for rounded corners

Small

Tags, badges, small elements

Medium

Inputs, smaller cards

Button

Standard button radius

Card

Cards, modals, larger containers

Large

Feature sections, hero elements

CSS Custom Properties

:root {
  --sr-radius-sm: 4px;
  --sr-radius-md: 8px;
  --sr-radius-button: 10px;
  --sr-radius-card: 16px;
  --sr-radius-lg: 24px;
}