watson.css

CSS stylesheet icon watson.css — CSS stylesheet, 1 KB (1159 bytes)

File contents

@import url("https://cloud.typography.com/6871636/6824592/css/fonts.css");

/* FONTS */

body {font-family: "Gotham SSm A", "Gotham SSm B" !important;}

#content-body h1 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 40px !important;
  font-weight: 100;
  display: block;
  line-height: 50px;
  letter-spacing: -0.02em;
}

#content-body h2 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 26px !important;
  font-weight: 900;
  display: block;
  margin: 30px 0px 20px;
  line-height: 30px;
}

#content-body h3 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 25px;
  margin: 30px 0px 10px;
}

#content-body p, #content-body li {
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #content-body h1 {font-size: 30px !important; line-height: 40px;}
  #content-body h2 {font-size: 20px !important; line-height: 30px;}
}

i, em {font-weight: 400;}

/* TEMPLATE MODS */

#content-body li {
    margin-bottom: 10px;
}

.documentByLine {display:none}