/**** font configuration ****/
/*
@font-face {
  font-family: 'GillSansLight';
  src: font-url('GillSansLight.ttf') format('truetype');
  font-weight: normal;
}

$black: #000;
$white: #FFF;
$highlight-color: $black;
$highlight-background-color: #F36F24;
*/

/* MESSAGES */
/*
$error-color: $white;
$error-background: #990000;

$notice-color: $white;
$notice-background: #196719;

$tooltip-color: $white;
$tooltip-background: #333;
*/

/* BUTTONS */
/*
$disabled-button-color: #808080;
$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;
*/