18 lines
377 B
SCSS
Executable File
18 lines
377 B
SCSS
Executable File
//site color variables
|
|
$body-color: #fff;
|
|
$primary-color: #EAA4A4;
|
|
$secondary-color: #ADD6D2;
|
|
$text-color: #9D9EA5;
|
|
$text-color-dark: #00113E;
|
|
$site-ease: cubic-bezier(0.36, 0.03, 0, 0.91);
|
|
$gray: #F7F9FF;
|
|
$dark-gray: #646569;
|
|
|
|
// solid colors
|
|
$white: #fff;
|
|
$black: #000;
|
|
|
|
// Font Variables
|
|
$primary-font: 'Josefin Sans', sans-serif;
|
|
$secondary-font: 'Montserrat', sans-serif;
|