// Color Variables $primary-color: #f69b1b; $text-color: #777; $text-color-dark: #222; $body-color: #fff; $border-color: #ECECEC; $black: #000; $white: #fff; $light: rgba(#f9b61a, 0.15); // Font Variables $primary-font: 'Lato', sans-serif; $icon-font: 'themify';