/**** font configuration ****/
@font-face {
font-family: 'GillSansLight';
src: font-url('GillSansLight.ttf') format('truetype');
font-weight: normal;
}
$font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
$header-font: "GillSansLight";
$black: #000;
$white: #FFF;
$dark-grey: #333;
$medium-grey: #827D7E;
$light-grey: #CCC;
$primary-color: #f49700;
$highlight-color: $black;
$highlight-background-color: #F36F24;
$error-color: #FFF;
$error-background: #827D7E;
$disabled-button-color: #CCC;
$cancel-button-color: #F17D04;
/* HEADER STYLING */
$header-height: 165px;
$header-logo-width: 165px;
$header-background: $white;
$header-text-color: $black;
/* $header-background: linear-gradient(#ED6406, #F59503); */
/* HEADER LOGO POSITIONING */
$header-logo-top-margin: 20px;
$header-logo-left-margin: 10px;