govarch-website/_sass/_variables.scss
2018-10-24 18:30:30 -07:00

10 lines
333 B
SCSS

$brand-color: #f2e300;
$highlight: lighten($brand-color, 35%);
$text-color: #0b0404;
$muted-text-color: #79785b;
$font-family: "EB Garamond", Garamond, "Times New Roman", serif;
$on-bigphone: 375px;
$on-tablet: 768px;
$on-laptop: 928px;
$on-desktop: 1024px;