22 lines
430 B
SCSS
22 lines
430 B
SCSS
// Variables
|
|
//---------------------------------------- //
|
|
// // grid
|
|
$fg-column: 60px;
|
|
$fg-gutter: 25px;
|
|
$fg-max-columns: 12;
|
|
$fg-max-width: 1400px;
|
|
$fg-min-width: 781px;
|
|
|
|
$gw-column: 60px;
|
|
$gw-gutter: 25px;
|
|
|
|
$body-font-family: Georgia, serif;
|
|
$header-font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
|
|
$body-font-size: 16px;
|
|
$body-line-height: golden-ratio($body-font-size, 1);
|
|
|
|
// Colors
|
|
$mit-red: #933;
|
|
$cream: #F6EFD4;
|