
@font-face {font-family: "Futura Light Condensed BT";
  src: url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.eot"); /* IE9*/
  src: url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.woff2") format("woff2"), /* chrome、firefox */
  url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.woff") format("woff"), /* chrome、firefox */
  url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("./fonts/e1da9c1e1974d9f2a9095ce4ae7af771.svg#Futura Light Condensed BT") format("svg"); /* iOS 4.1- */
}
body{
font-family:"Futura Light Condensed BT" !important;
}
h1{
font-size: 2rem;
font-weight: bold;
}
.header{
	background-color:#c43c2c;
}
.magicolink {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  vertical-align: bottom;
  color: yellow;
  line-height: 1rem;
  font-family:verdana;
}
.magicolink a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}