$imageMaxWidth: 940px; $easing: cubic-bezier(.75, 0, .08, 1); // Colors ///////////////////////////////////// $brand-main: #015565; $brand-main-light: #88bec8; $brand-cyan: #43a699; $brand-light: #e7eef4; $brand-grey: #6b7f88; $brand-grey-light: lighten($brand-grey, 15%); $brand-grey-dimmed: lighten($brand-grey, 50%); // Backgrounds ///////////////////////////////////// $body-background-color: #dfe8ef; $body-background-color--dark: darken($brand-grey, 30%); $page-background-color: $brand-light; // Text Colors ///////////////////////////////////// $text-color: $brand-grey; $text-color-light: $brand-grey-light; $text-color--dark: $brand-grey-light; $text-color-light--dark: $brand-grey; // Base Typography ///////////////////////////////////// $font-size-root: 18px; $font-size-base: 1rem; $font-size-large: 1.2rem; $font-size-small: .8rem; $font-size-mini: .7rem; $font-size-h1: 2.5rem; $font-size-h2: 2rem; $font-size-h3: 1.75rem; $font-size-h4: $font-size-large; $font-size-h5: $font-size-base; $font-size-h6: $font-size-small; $line-height: 1.5; $line-height-small: 1.1428571429; $font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif; $font-weight-base: 400; $font-color-base: $text-color; $font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace; // Headings ///////////////////////////////////// $font-family-headings: 'brandon-grotesque', 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif; $font-weight-headings: 500; $line-height-headings: 1.1; $color-headings: $brand-main; $color-headings--dark: $brand-main-light; // Spacing ///////////////////////////////////// $spacer: ($font-size-base * $line-height); $border-radius: 3px; // Code ///////////////////////////////////// $code-bg: #343642; $code-color: $brand-light; $kbd-bg: $code-bg; $kbd-color: $code-color; // Responsive breakpoints ///////////////////////////////////// $screen-xs: 30em; $screen-sm: 40.625em; $screen-md: 60em; $screen-lg: 87.5em;