16 lines
544 B
SCSS
16 lines
544 B
SCSS
// Breakpoints Minimum Resolution
|
|
$tablet: 48em; // tablet
|
|
$desktop: 64em; // desktop
|
|
|
|
$heading-font-face: 'HalisR', sans-serif;
|
|
$primary-font-face: 'Lato', sans-serif;
|
|
|
|
$black: #000;
|
|
$primary-color: #202526; // Dark Gray
|
|
$secondary-color: lighten($primary-color, 31%); // Gray
|
|
$white: #fff;
|
|
|
|
$accent-color-1: #ef0734; // Perficient Digital Red
|
|
$accent-color-2: #fff200; // Perficient Digital Yellow
|
|
$accent-color-3: #2ab68f; // Perficient Digital Green
|