summaryrefslogtreecommitdiff
path: root/_sass/_variables.scss
blob: 79edd32c97473928937167d23f4ee1711c638164 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Colors
$teal: #00819B;
$gray: #40434E;
$light-gray: lighten($gray, 21%);
$highlight: #ffd;
$white: #fff;

// Fonts
$sans: 'open_sans', sans-serif;
$serif: 'merriweather', serif;
$monospace: 'source_code_pro', monospace;