aboutsummaryrefslogtreecommitdiff
path: root/packages/client/src/scss/_variables.scss
blob: afd23477ff3c00e17d0c8d8f2f25e657f0785166 (plain)
1
2
3
4
5
6
7
8
9
$base: 0.75rem;

$font-size-1: $base * 2.5;
$font-size-2: $base * 2;
$font-size-3: $base * 1.75;
$font-size-4: $base * 1.5;
$font-size-5: $base * 1.125;
$font-size-6: $base;