/*-----------------------------------------------------------------------------------*/
/*	FONTFACE
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Regular';
    src: url('/fonts/regular.eot');
    src: url('/fonts/regular.eot@#iefix') format('embedded-opentype'),
         url('/fonts/regular.woff') format('woff'),
         url('/fonts/regular.ttf') format('truetype'),
         url('/fonts/regular.svg#/fonts/regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url('/fonts/light.eot');
    src: url('/fonts/light.eot@#iefix') format('embedded-opentype'),
         url('/fonts/light.woff') format('woff'),
         url('/fonts/light.ttf') format('truetype'),
         url('/fonts/light.svg#/fonts/light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Medium';
    src: url('/fonts/medium.eot');
    src: url('/fonts/medium.eot@#iefix') format('embedded-opentype'),
         url('/fonts/medium.woff') format('woff'),
         url('/fonts/medium.ttf') format('truetype'),
         url('/fonts/medium.svg#/fonts/medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'ClimaconsRegular';
  font-style: normal;
  font-weight: normal;
  src: local('Lobster'), url(/fonts/climacons-webfont.woff) format('woff');
}

.regular {font-family: 'Regular', Arial ;}
.light {font-family: 'Light', Arial;}
.medium {font-family: 'Medium', Arial;}
