[rounded] {
  border-radius: var(--border-radius);
}

[rounded="xxs"] {
  --border-radius: var(--xxs);
}

[rounded="xs"] {
  --border-radius: var(--xs);
}

[rounded="s"] {
  --border-radius: var(--s);
}

[rounded="m"] {
  --border-radius: var(--m);
}

[rounded="l"] {
  --border-radius: var(--l);
}

[rounded="xl"] {
  --border-radius: var(--xl);
}

[rounded="xxl"] {
  --border-radius: var(--xxl);
}

[rounded="3xl"] {
  --border-radius: var(--3xl);
}

[rounded="4xl"] {
  --border-radius: var(--4xl);
}

[rounded="5xl"] {
  --border-radius: var(--5xl);
}
