// Define defaults for each variable. $base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default; $base-font-size: 16px !default; $base-font-weight: 400 !default; $small-font-size: $base-font-size * 0.875 !default; $base-line-height: 1.5 !default; $spacing-unit: 20px !default; $text-color: #333 !default; $background-color: #fff !default; $brand-color: #ff0000 !default; $grey-color: #828282; $grey-color-light: lighten($grey-color, 40%); $grey-color-dark: darken($grey-color, 25%); // Width of the content area $content-width: 800px !default; $on-palm: 600px !default; $on-laptop: 800px !default; $border-color: #eee; $meta-gray: #ada8a8; @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials. @import "athene/base", "athene/syntax-highlighting", "athene/header", "athene/layout", "athene/footer", "athene/article" ;