@font-face {
  font-family: 'YanoneKaffeesatzRegular';
  src: local('Yanone Kaffeesatz Regular'), 
       local('YanoneKaffeesatz-Regular'), 
       url('Yanone_Kaffeesatz_Regular.woff') format('woff'),
       url('Yanone_Kaffeesatz_Regular.otf') format('opentype');
}

@font-face {
  font-family: 'YanoneKaffeesatzLight';
  src: local('Yanone Kaffeesatz Light'), 
       local('YanoneKaffeesatz-Light'), 
       url('Yanone_Kaffeesatz_Light.woff') format('woff'),
       url('Yanone_Kaffeesatz_Light.otf') format('opentype');
}

.heading {
  font-family: "YanoneKaffeesatzRegular", "Arial Narrow", Helvetica, sans-serif;
}

.subheading, .bullet, .item {
  font-family: "YanoneKaffeesatzLight", "Arial Narrow", Helvetica, sans-serif;
}


.title, .heading, h1, h2, h3 {
  font-weight: bold;
  fill: gold;
  font-size: 3em;
  font-weight: bold;
}

.subheading {
  fill: #6d685b;
}


rect#bg, #bg {
  fill: black;
}

/* HTML content */
body {
  color: white;
  background-color: black;
  width: 60%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h1 {
  font-size: 3em;
}

p {
  font-size: 1.5em;
}

a {
  fill: gold;
}
