// @ base-font // ================================================================================ $base-font-family: "proxima-nova", sans-serif; $base-font-size: 20px; $base-line-height: 1.4; $base-font-color: #555; // @ custom-fonts // ================================================================================ $prox-nova-ex-con: "proxima-nova-extra-condensed", sans-serif; $rockwell: "rockwell", sans-serif; // @ base-colors // ================================================================================ $black: #000; $gray: #bbb; $white : #fff; // @ custom-colors // ================================================================================ $blue: #1c6a94; $blue-dark: #053d5b; $blue-lite: #9fcedf; $red: #b4202f; $red-dark: #890c16; $yellow: #e6b32f; $yellow-dark: #bf8d3d; // @ anchors // ================================================================================ $anchor-color: red; $anchor-hover-color: blue; $anchor-decoration: none; $anchor-hover-decoration: underline; // @ headings // ================================================================================ $h1-font-family: $base-font-family; $h1-font-color: $base-font-color; $h1-font-size: 26px; $h1-font-weight: bold; $h2-font-family: $base-font-family; $h2-font-color: $base-font-color; $h2-font-size: 30px; $h2-font-weight: bold; $h3-font-family: $base-font-family; $h3-font-color: $base-font-color; $h3-font-size: 26px; $h3-font-weight: bold; $h4-font-family: $base-font-family; $h4-font-color: $base-font-color; $h4-font-size: 20px; $h4-font-weight: bold; // @ page // ================================================================================ $body-bg-color: #999; $page-bg-color: #eee; // @ images // ================================================================================ $check: "check.png"; $clipboard: "clipboard.png"; $blue-bg: "blue_bg.png"; $red-bg: "red_bg.png"; $yellow-bg: "yellow_bg.png"; $tri-blue: "tri_blue.png"; $tri-gray: "tri_gray.png"; // @ icons // ================================================================================ $icons: ( angle-d-r: "\f101", check: "\f00c" );