Skip to content

Instantly share code, notes, and snippets.

@spsaucier
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spsaucier/3c1298813c37be9a1530 to your computer and use it in GitHub Desktop.
Save spsaucier/3c1298813c37be9a1530 to your computer and use it in GitHub Desktop.
FFA_SW 2
$primary-color: #000;
$secondary-color: #ffe306;
$body-background: $secondary-color;
$breakpoints: (
small: rem-calc(600),
medium: rem-calc(900),
large: rem-calc(1200),
xlarge: rem-calc(1440),
xxlarge: rem-calc(1920),
);
$h1-font-size: rem-calc(80);
$body-font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
$header-font-family: "flood-std", "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment