# Only the main Sass file needs front matter (the dashes are enough)


@charset “utf-8”;

// ** Our variables **

// Global Colors $background-color: #FFF; $copy-color: #1B1B1B; $label-color: lighten($copy-color, 45%); $brand-color: #36CC7F; $horiz-rule-color: ddd;

// Body Copy $body-font-family: “Merriweather”, sans-serif; $body-font-size: 17px; $body-font-weight: 300; $body-font-line-height: 1.8;

// Label Copy $label-font-family: “Hind”, sans-serif; $label-font-size: $body-font-size * 1; $label-font-weight: 300; $label-font-line-height: 1;

// Header Copy $header-font-family: “Hind”, sans-serif; $header-font-size: $body-font-size * 2.65; $header-font-weight: 700; $header-font-line-height: 1.2;

// Title Copy $title-font-family: “Hind”, sans-serif; $title-font-size: $body-font-size; $title-font-weight: 700; $title-font-line-height: 1;

// Spacing $spacing-unit: 30px;

// Content Width $content-width: 800px;

// Media Query Content Widths $small-screen: $content-width;

// Import partials from the `menjay` theme. @import “menjay”;