/*Fonts*/
@font-face {
font-family: "Century Gothic";
src: url('../fonts/Gothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Gothic/CenturyGothic.otf') format('opentype'),
url('../fonts/Gothic/CenturyGothic.woff') format('woff'),
url('../fonts/Gothic/CenturyGothic.ttf') format('opentype'),
url('../fonts/Gothic/CenturyGothic.svg#CenturyGothic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Code";
src: url("../fonts/Code/CODE Bold.otf");
src: url("../fonts/Code/CODE Light.otf"),
url("../fonts/Code/CODE Bold.otf"),
url("../fonts/Code/CODE Light.otf");
font-style: normal;
font-weight: normal;
}