govarch-website/_sass/_variables.scss
2024-02-29 01:16:08 -05:00

11 lines
334 B
SCSS

$brand-color: #f4efe6;
$highlight: lighten($brand-color, 35%);
$text-color: #1f1f1f;
$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;