@font-face {
  font-family: 'googlepodcasts';
  src:  url('fonts/googlepodcasts.eot?s38wmh');
  src:  url('fonts/googlepodcasts.eot?s38wmh#iefix') format('embedded-opentype'),
    url('fonts/googlepodcasts.ttf?s38wmh') format('truetype'),
    url('fonts/googlepodcasts.woff?s38wmh') format('woff'),
    url('fonts/googlepodcasts.svg?s38wmh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'googlepodcasts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-googlepodcasts:before {
  content: "\e900";
  text-decoration: none;
  /* color: #4285f4; */
}

/* Force override for Lighthouse Accessability contrast conformance */
a {
  color: #006ee5!important;
  text-decoration: none;
  background-color: transparent
}
.text-muted {
  color: #1d2124!important;
}
.not-h5 {
  font-size: 1.1875rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}