2019-04-15 00:30:16 -04:00

10 lines
333 B
SCSS

$brand-color: #fede00;
$highlight: lighten($brand-color, 35%);
$text-color: #0b0404;
$muted-text-color: #64644B;
$font-family: "EB Garamond", Garamond, "Times New Roman", serif;
$on-bigphone: 375px;
$on-tablet: 768px;
$on-laptop: 960px;
$on-desktop: 1200px;