2021-02-25 17:20:50 -05:00
|
|
|
/* Bootstrap custom variable overrides */
|
|
|
|
|
|
|
|
// Typography
|
|
|
|
//
|
|
|
|
// Font, line-height, and color for body text, headings, and more.
|
|
|
|
|
|
|
|
// stylelint-disable value-keyword-case
|
|
|
|
$font-family-sans-serif: Lato, system-ui, -apple-system, "Segoe UI", Roboto,
|
|
|
|
"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
|
|
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
|
|
|
// $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
|
|
|
// "Liberation Mono", "Courier New", monospace !important;
|
2021-02-26 12:07:33 -05:00
|
|
|
|
2021-03-07 08:01:46 -05:00
|
|
|
// Features
|
2021-02-26 12:07:33 -05:00
|
|
|
$enable-shadows: true;
|
2021-03-01 13:20:28 -05:00
|
|
|
$enable-negative-margins: true;
|
2021-03-07 08:01:46 -05:00
|
|
|
|
|
|
|
// Colors
|
|
|
|
$primary: #662c91;
|
|
|
|
$secondary: #ee6c4d;
|
|
|
|
$success: #a1c181;
|
|
|
|
$info: #81c3d7;
|
|
|
|
$warning: #fcca46;
|