
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
       url('../fonts/roboto-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bolditalic-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2'),
       url('../fonts/robotoslab-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/robotoslab-bold-webfont.woff2') format('woff2'),
       url('../fonts/robotoslab-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/*----------*/

body {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.album-title,
.filesharing-item-title,
h1.blog-entry-title,
h4.sidebar_title {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
}

#branding h1#site-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
}

#nav-wrapper,
#archives,
.blog-read-more {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.site-slogan h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
}

#content-area,
#extraContent1,
#extraContent2,
#extraContent3,
#extraContent4,
#extraContent5,
#footer-area,
#sidebar {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
