/* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent: * */ @import "compass/reset"; @import "compass/typography"; @import "compass/layout/grid-background"; @import "compass/css3/images"; @import "compass/css3/columns"; /*****************************************************************/ /* Font Size */ /*****************************************************************/ $base-font-size: 16px; $base-line-height: 24px; /*****************************************************************/ /* Colors */ /*****************************************************************/ $black: #000; $white: #fff; $peach: #ed413c; $purple: #3b2d38; $yellow: #cfbe27; $orange: #f27435; $pink: #f02475; $forecolor: #323232; $backcolor: #f7f7f7; $primary: $peach; $secondary: $yellow; /*****************************************************************/ /* Files */ /*****************************************************************/ @import "_framework"; @import "_typography"; @import "_layout"; @import "_forms";