_variables.scss 596 B

1234567891011121314151617181920212223
  1. // Variables
  2. //-------------------------------
  3. $sans-serif: -apple-system, BlinkMacSystemFont, San Francisco Text, Helvetica, Arial, "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
  4. $serif: Menlo, Monaco, Courier, monospace, serif;
  5. // $base-font-family: $sans-serif;
  6. $base-font-weight: 400;
  7. $base-font-weight-bold: 700;
  8. $base-font-size: 20px;
  9. $mobile-font-size: 18px;
  10. $lead-font-size: 1.15em;
  11. $blog-title-size: 2.5rem;
  12. $post-title-size: 4.25rem;
  13. $base-line-height: 1.6;
  14. $code-line-height: 1.4;
  15. $footnote-font-size: 0.75em;
  16. $magic: 1.618em;
  17. $hero-heading-color: #fff;
  18. $hero-date-color: #ccc;