// // Variables // -------------------------------------------------- // Site Primary colors @siteGreen: #007356; @siteBlue: #22A0C9; @siteBlueBright: #30C2F4; @siteGreyDark: #E9E9E9; @siteGreyLight: #F2FBFE; // Grays // ------------------------- @black: #000; @grayDarker: #222; @grayDark: #333; @gray: #666; @grayLight: #999; @grayLighter: #eee; @greyBlue: #E7E7E7; @white: #fff; @red: #ff0000; // Typography // ------------------------- // Font Family // @eavesFontFamily: "mr-eaves-sans",sans-serif; @sansFontFamily: Arial, 'Helvetica Neue', Helvetica, sans-serif; @titleFontFamily: lemonde-courrier, serif; // Base Font Family // @baseFontFamily: @eavesFontFamily; @altFontFamily: @sansFontFamily; // Base Font Size @baseFontSize: 18px; @baseFontSizeLarge: ceil((@baseFontSize * 1.25)); @baseFontSizeSmall: ceil((@baseFontSize * 0.85)); // Headings @fontSizeH1: 26px; @fontSizeH2: 24px; @fontSizeH3: 18px; @fontSizeH5: @baseFontSize; @fontSizeH6: @baseFontSizeSmall;