mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
29 lines
627 B
SCSS
29 lines
627 B
SCSS
@charset "utf-8";
|
|
|
|
// Colors
|
|
// ------------------------------
|
|
$green: #00b00b;
|
|
$brand-color: $green;
|
|
|
|
// Typography
|
|
// ------------------------------
|
|
$body-font: -apple-system, BlinkMacSystemFont,
|
|
"Segoe UI", Roboto, "Helvetica Neue", Arial,
|
|
"Noto Sans", sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
|
|
// Heading sizes - mobile
|
|
$h0-size-mobile: 31px;
|
|
$h1-size-mobile: 25px;
|
|
$h2-size-mobile: 21px;
|
|
$h3-size-mobile: 17px;
|
|
|
|
// Heading sizes - desktop
|
|
$h0-size: 39px;
|
|
$h1-size: 31px;
|
|
$h2-size: 23px;
|
|
$h3-size: 19px;
|
|
$h4-size: 15px;
|
|
$h5-size: 13px;
|
|
$h6-size: 12px;
|