summaryrefslogtreecommitdiff
path: root/scss/variables/typography.md.scss
blob: 2c36d1d989214ba4d81d8e2ffdc769386d39c351 (plain)
1
2
3
4
5
6
7
8
9
:root {
  --font-size-0: calc(7 * var(--relative-eighth-rem));
  --font-size-1: calc(9 * var(--relative-eighth-rem));
  --font-size-2: calc(12 * var(--relative-eighth-rem));
  --font-size-3: calc(16 * var(--relative-eighth-rem));
  --font-size-4: calc(20 * var(--relative-eighth-rem));
  --font-size-5: calc(26 * var(--relative-eighth-rem));
  --font-size-6: calc(32 * var(--relative-eighth-rem));
}