@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Sofia Sans';
  font-style: normal;
  font-weight: 400;
  src:
    local('SofiaSans-Regular.ttf'), url(fonts/Sofia_Sans/static/SofiaSans-Regular.ttf);
}
@font-face {
  font-family: 'Sofia Sans';
  font-style: normal;
  font-weight: 800;
  src:
    local('SofiaSans-bold.ttf'), url(fonts/Sofia_Sans/static/SofiaSans-bold.ttf);
}
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 800;
  src:
    local('SofiaSansCondensed-ExtraBold.ttf'), url(fonts/Sofia_Sans_Condensed/static/SofiaSansCondensed-ExtraBold.ttf);
}
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src:
    local('SofiaSansCondensed-Regular.ttf'), url(fonts/Sofia_Sans_Condensed/static/SofiaSansCondensed-Regular.ttf);
}
@font-face {
	font-family: 'Computer Modern Typewriter';
	src: url(fonts/Typewriter/cmuntt.eot);
	src: url(fonts/Typewriter/cmuntt.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Typewriter/cmuntt.woff) format('woff'),
		 url(fonts/Typewriter/cmuntt.ttf) format('truetype'),
		 url(fonts/Typewriter/cmuntt.svg#cmuntt) format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Computer Modern Typewriter';
	src: url(fonts/Typewriter/cmuntb.eot);
	src: url(fonts/Typewriter/cmuntb.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Typewriter/cmuntb.woff) format('woff'),
		 url(fonts/Typewriter/cmuntb.ttf) format('truetype'),
		 url(fonts/Typewriter/cmuntb.svg#cmuntb) format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Computer Modern Typewriter';
	src: url(fonts/Typewriter/cmunit.eot);
	src: url(fonts/Typewriter/cmunit.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Typewriter/cmunit.woff) format('woff'),
		 url(fonts/Typewriter/cmunit.ttf) format('truetype'),
		 url(fonts/Typewriter/cmunit.svg#cmunit) format('svg');
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: 'Computer Modern Typewriter';
	src: url(fonts/Typewriter/cmuntx.eot);
	src: url(fonts/Typewriter/cmuntx.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Typewriter/cmuntx.woff) format('woff'),
		 url(fonts/Typewriter/cmuntx.ttf) format('truetype'),
		 url(fonts/Typewriter/cmuntx.svg#cmuntx) format('svg');
	font-weight: bold;
	font-style: italic;
}
