16 lines
331 B
SCSS
16 lines
331 B
SCSS
|
//site color variables
|
||
|
$body-color: #FFF;
|
||
|
$bg-color:#DFF1F4;
|
||
|
$primary-color: #1E272F;
|
||
|
$secondary-color: #6c889c;
|
||
|
$text-color: #585858;
|
||
|
$text-color-dark: #273437;
|
||
|
$site-ease: cubic-bezier(0.77, 0, 0.175, 1);
|
||
|
$border-color: #EDEDF4;
|
||
|
|
||
|
// solid colors
|
||
|
$white: #fff;
|
||
|
$black: #000;
|
||
|
|
||
|
// Font Variables
|
||
|
$primary-font: 'Poppins',sans-serif;
|