_variables.scss 355 B

12345678910111213141516171819202122
  1. // Body
  2. $body-bg: #f8fafc;
  3. // Typography
  4. $font-family-sans-serif: "Nunito", sans-serif;
  5. $font-size-base: 0.9rem;
  6. $line-height-base: 1.6;
  7. $enable-responsive-font-sizes: true;
  8. // Colors
  9. $blue: #3490dc;
  10. $indigo: #6574cd;
  11. $purple: #9561e2;
  12. $pink: #f66D9b;
  13. $red: #e3342f;
  14. $orange: #f6993f;
  15. $yellow: #ffed4a;
  16. $green: #38c172;
  17. $teal: #4dc0b5;
  18. $cyan: #6cb2eb;