@font-face {
    font-family: 'gothammedium';
    src: url('../webfonts/ufonts_com_gothammedium.eot');
    src: url('../webfonts/ufonts_com_gothammedium.eot') format('embedded-opentype'),
         url('../webfonts/ufonts_com_gothammedium.woff2') format('woff2'),
         url('../webfonts/ufonts_com_gothammedium.woff') format('woff'),
         url('../webfonts/ufonts_com_gothammedium.ttf') format('truetype'),
         url('../webfonts/ufonts_com_gothammedium.svg#ufonts_com_gothammedium') format('svg');
}

@font-face {
    font-family: 'gothambook';
    src: url('../webfonts/ufonts_com_gothambook.eot');
    src: url('../webfonts/ufonts_com_gothambook.eot') format('embedded-opentype'),
         url('../webfonts/ufonts_com_gothambook.woff2') format('woff2'),
         url('../webfonts/ufonts_com_gothambook.woff') format('woff'),
         url('../webfonts/ufonts_com_gothambook.ttf') format('truetype'),
         url('../webfonts/ufonts_com_gothambook.svg#ufonts_com_gothambook') format('svg');
}

.typography {
  font-family: 'gothambook';
  /*color:  #1F295A;*/
  color: #000;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

.typography ul {
  list-style-type: disc;
  color:#000;
  padding-left: 30px;
  margin: 0px;
}


.typography ul li, .typography ul li span {
  list-style-type: disc;
  color:#000 !important;
}