You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
//site color variables
|
|
$primary-color: #5d78ff;
|
|
$secondary-color: #282f49;
|
|
$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: "Yeseva One", cursive;
|
|
$secondary-font: "Poppins", sans-serif;
|
|
|
|
//////
|
|
////// Bootstrap Variables
|
|
//////
|
|
|
|
// Colors
|
|
$primary: #5d78ff;
|
|
$secondary: #7e7e8a;
|
|
|
|
//
|
|
// Typography
|
|
//
|
|
|
|
// Fonts
|
|
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900|Yeseva+One&display=swap");
|
|
$font-family-base: "Poppins", sans-serif;
|
|
$headings-font-family: "Yeseva One", cursive;
|
|
|
|
// @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
|
|
// $font-family-base: 'Merriweather', serif;
|
|
// $headings-font-family: 'Merriweather Sans', sans-serif;
|
|
|
|
// Size
|
|
$font-size-base: 1.125rem; // 18px
|
|
$h1-font-size: 60px;
|
|
$h2-font-size: 50px;
|
|
$h3-font-size: 30px;
|
|
$h4-font-size: 25px;
|
|
$h5-font-size: 22px;
|
|
$h6-font-size: 16px;
|
|
|
|
// Spacing
|
|
$headings-margin-bottom: 1.5rem;
|
|
$line-height-base: 1.75;
|
|
|
|
// Coloring
|
|
$headings-color: #282f49;
|
|
$body-color: $secondary;
|
|
|
|
// Misc
|
|
$link-hover-decoration: none;
|
|
|