$white: #fff; $black: #101010; $primary: #f03d3f; $secondary: #3e3e3e; $bodyFont: "Roboto", sans-serif; $titleFont: "Barlow", sans-serif; $iconFont: "xtsicon"; $bodyFontSize: 16px; $bodyFontWeight: 400; $blineHeight: 26px / $bodyFontSize; $h1: 36px; $h2: 30px; $h3: 24px; $h4: 18px; $h5: 16px; $h6: 14px; $titleColor: $black; $bodyColor: #666; @function rem($pixels, $context: $bodyFontSize) { @if (unitless($pixels)) { $pixels: $pixels * 1px; } @if (unitless($context)) { $context: $context * 1px; } @return $pixels / $context * 1rem; } $social: ( behance: #1769ff, bitbucket: #205081, codepen: #76daff, deviantart: #4e6252, digg: #000, dribbble: #ea4c89, dropbox: #007ee5, facebook: #3b5998, flickr: #0063dc, foursquare: #ef4b78, github: #4183c4, google-plus: #dd4b39, instagram: #3f729b, jsfiddle: #4679bd, lastfm: #e31b23, linkedin: #0976b4, paypal: #253b80, pinterest: #cc2127, reddit: #ff4500, skype: #00aff0, soundcloud: #f80, stack-overflow: #fe7a15, steam: #7da10e, stumbleupon: #eb4924, trello: #256a92, tumblr: #35465c, twitch: #6441a5, twitter: #55acee, vimeo: #1ab7ea, vine: #00b488, vk: #45668e, wechat: #98d11c, wordpress: #21759b, xing: #026466, yahoo: #400191, yelp: #af0606, youtube: #e52d27, email: #44c456, whatsapp: #075e54, spotify: #1db954 );