﻿@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Gotham Book';
  src: url("../Content/fonts/Gotham-Book.eot?");
  src: local('â˜º'), url("../Content/fonts/Gotham-Book.eot?#iefix") format('embedded-opentype'), url("../Content/fonts/Gotham-Book.woff") format('woff'), url("..Content/fonts/Gotham-Book.ttf") format('truetype'), url("../Content/fonts/Gotham-Book.svg#TisaSansOT") format('svg');
}
@font-face {
  font-family: 'Gotham Bold';
  src: url("../Content/fonts/Gotham-Bold.eot?");
  src: local('â˜º'), url("../Content/fonts/Gotham-Bold.eot?#iefix") format('embedded-opentype'), url("../Content/fonts/Gotham-Bold.woff") format('woff'), url("../Content/fonts/Gotham-Bold.ttf") format('truetype'), url("../Content/fonts/Gotham-Bold.svg#TisaSansOT") format('svg');
}
@font-face {
  font-family: 'Gotham Medium';
  src: url("../Content/fonts/Gotham-Medium.eot?");
  src: local('â˜º'), url("../Content/fonts/Gotham-Medium.eot?#iefix") format('embedded-opentype'), url("../Content/fonts/Gotham-Medium.woff") format('woff'), url("../Content/fonts/Gotham-Medium.ttf") format('truetype'), url("../Content/fonts/Gotham-Medium.svg#TisaSansOT") format('svg');
}
@font-face {
  font-family: 'Gotham Light';
  src: url("../Content/fonts/Gotham-Light.eot?");
  src: local('â˜º'), url("../Content/fonts/Gotham-Light.eot?#iefix") format('embedded-opentype'), url("../Content/fonts/Gotham-Light.woff") format('woff'), url("../Content/fonts/Gotham-Light.ttf") format('truetype'), url("../Content/fonts/Gotham-Light.svg#TisaSansOT") format('svg');
}

.gotham-book{font-family: 'Gotham Book';}
.gotham-bold{font-family: 'Gotham Bold';}
.gotham-medium{font-family: 'Gotham Medium';}
.gotham-light{font-family: 'Gotham Light';}