/* font updates */
/* new fonts */

@font-face {
  font-family: Oswald;
  src: url(../assets/fonts/Oswald-VariableFont_wght.ttf);
  src: url(../assets/fonts/Oswald-VariableFont_wght.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoSlab;
  src: url(../assets/fonts/RobotoSlab-VariableFont_wght.ttf);
  src: url(../assets/fonts/RobotoSlab-VariableFont_wght.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WorkSans;
  src: url(../assets/fonts/WorkSans-VariableFont_wght.ttf);
  src: url(../assets/fonts/WorkSans-VariableFont_wght.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SourceSerif4;
  src: url(../assets/fonts/SourceSerif4-VariableFont_opsz,wght.ttf);
  src: url(../assets/fonts/SourceSerif4-VariableFont_opsz,wght.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* open case studies hip (/bloomberg-american-health-open-case-studies-project) */

.ocs .tab__header-number, .site-header .logo-lockup a, .ocs a, .ocs i, .ocs li, .ocs ol, .ocs p, .ocs strong, .ocs ul {
  font-family: WorkSans;
}
.ocs h2 {
  font-family: Oswald;
}
.site-header .logo-lockup a br:first-of-type {
  display: none;
}
@media (min-width: 56.25em) {
  .site-header .logo-lockup a {
    font-size: 14px;
  }
}


/* spacing fixes */

.tab__header h2 span {
  padding: 4px 8px 5px 8px;
}
.tab__header h2 span:first-of-type {
  margin-top: 8px;
}
@media (min-width: 56.25em) {
  .tab__header {
    height: 75vh;
  }
  .tab__header-title {
    width: 530px;
  }
  .tab__header h2.tab__header-title span {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
@media (min-width: 75em) {
  .tab__header.open h2.tab__header-title.desk-open span {
    padding: 4px 8px;
  }
  .tab__header.open .tab__header-title.desk-open span:first-of-type {
    margin-top: 10px;
  }
  h2.tab__header-title.desk-open {
    line-height: 1.1;
  }
}


/*
Quadon > Roboto Slab
Gentona > Work Sans
Titling Gothic > Oswald
Arnhem Pro Blond > Source Serif 4
*/
