2017-08-09 17:12:21 +02:00
|
|
|
//
|
|
|
|
// Colors
|
|
|
|
//
|
2017-08-24 11:39:17 +02:00
|
|
|
$brand-01: #9b4258 !default;
|
|
|
|
$brand-02: #7dacbc !default;
|
|
|
|
$brand-03: #093749 !default;
|
|
|
|
$brand-04: #557f8d !default;
|
|
|
|
$brand-05: #eaf3f5 !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$brand-06: #444 !default;
|
2017-08-24 13:47:28 +02:00
|
|
|
$brand-07: #0e475d !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
//
|
|
|
|
// Typography
|
|
|
|
//
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-family-base: 'futura-pt', 'Futura PT', 'Helvetica Neue', Helvetica, Arial, sans-serif !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace !default;
|
|
|
|
|
2017-08-11 00:51:21 +02:00
|
|
|
$font-size-root: 18px !default;
|
|
|
|
$font-size-root-lg: 20px !default;
|
|
|
|
$line-height: 1.4 !default;
|
2017-08-24 12:17:29 +02:00
|
|
|
$spacer: 1rem !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
|
|
|
|
$font-weight-light: 300 !default;
|
|
|
|
$font-weight-normal: 400 !default;
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-weight-bold: 500 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
$font-size-base: 1rem !default;
|
2017-08-11 00:51:21 +02:00
|
|
|
$font-size-large: 1.2rem !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
$font-size-small: .8rem !default;
|
|
|
|
$font-size-mini: .7rem !default;
|
|
|
|
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-size-h1: 2rem !default;
|
|
|
|
$font-size-h2: 1.7rem !default;
|
|
|
|
$font-size-h3: 1.4rem !default;
|
|
|
|
$font-size-h4: 1.3rem !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$font-size-h5: $font-size-large !default;
|
|
|
|
$font-size-h6: $font-size-base !default;
|
|
|
|
|
|
|
|
$headings-font-family: inherit !default;
|
2017-08-24 12:17:29 +02:00
|
|
|
$headings-font-weight: $font-weight-bold !default;
|
2017-08-11 00:51:21 +02:00
|
|
|
$headings-line-height: inherit !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$headings-color: $brand-03 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
2017-08-24 11:39:17 +02:00
|
|
|
$text-color: $brand-04 !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$link-color: $brand-01 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
//
|
|
|
|
// Responsive breakpoints
|
|
|
|
//
|
|
|
|
$screen-sm-min: 40em !default;
|
|
|
|
$screen-md-min: 58em !default;
|
|
|
|
$screen-lg-min: 85em !default;
|
|
|
|
|
|
|
|
$screen-sm: 'min-width: #{$screen-sm-min}';
|
|
|
|
$screen-md: 'min-width: #{$screen-md-min}';
|
|
|
|
$screen-lg: 'min-width: #{$screen-lg-min}';
|