12 lines
310 B
SCSS
12 lines
310 B
SCSS
// setting all variables I want to use
|
|
|
|
$primary: rgb(238, 213, 232);
|
|
$secondary: rgb(92, 89, 92);
|
|
$black: rgb(0, 0, 0);
|
|
$white: rgb(255, 255, 255);
|
|
$formprimary: #545353;
|
|
$hovercolor: rgb(252, 27, 121);
|
|
$formcolor: rgb(255, 124, 192);
|
|
$font-header: "EB Garamond", serif;
|
|
$font-body: "Cutive Mono", monospace;
|