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.
42 lines
1.0 KiB
42 lines
1.0 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;
|
|
|
|
// Typography
|
|
$font-size-base: 1.125rem; // 18px
|
|
|
|
$font-family-base: 'Poppins', sans-serif;
|
|
$headings-font-family: 'Yeseva One', cursive;
|
|
$h1-font-size: 60px;
|
|
$h2-font-size: 50px;
|
|
$h3-font-size: 30px;
|
|
$h4-font-size: 25px;
|
|
$h5-font-size: 25px;
|
|
$h6-font-size: 15px;
|
|
|
|
// $link-color: theme-color("primary") !default;
|
|
// $link-decoration: none !default;
|
|
// $link-hover-color: darken($link-color, 15%) !default;
|
|
$link-hover-decoration: none;
|
|
|