2020-06-27 10:05:59 +02:00
|
|
|
// Color Variables
|
|
|
|
$primary-color: #ffbc3b;
|
|
|
|
$secondary-color: #1a1a37;
|
|
|
|
$text-color: #5c5c77;
|
|
|
|
$text-color-light: #8585a4;
|
|
|
|
$text-color-dark: #1e1e4b;
|
|
|
|
$body-color: #fff;
|
|
|
|
$border-color: #ededf1;
|
|
|
|
$black: #000;
|
|
|
|
$white: #fff;
|
|
|
|
$light: #f8f9fe;
|
|
|
|
$gray: #f8f8f8;
|
|
|
|
|
|
|
|
// Font Variables
|
2020-08-07 21:08:46 +02:00
|
|
|
$primary-font: 'Fira Sans', sans-serif;
|
2022-03-18 13:35:57 +01:00
|
|
|
$secondary-font: 'Fira Sans', sans-serif;
|
2022-05-27 18:07:35 +02:00
|
|
|
$icon-font: 'FontAwesome';
|