summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.xs.css
blob: 6375aad7fc6bf2b6811f463688f45a7d4d6dd057 (plain)
1
2
3
4
5
6
7
8
9
:root {
  --font-size-0: calc(6 * var(--relative-eighth-rem));
  --font-size-1: calc(8 * var(--relative-eighth-rem));
  --font-size-2: calc(11 * var(--relative-eighth-rem));
  --font-size-3: calc(14 * var(--relative-eighth-rem));
  --font-size-4: calc(18 * var(--relative-eighth-rem));
  --font-size-5: calc(23 * var(--relative-eighth-rem));
  --font-size-6: calc(28 * var(--relative-eighth-rem));
}