caption {
  color: $light-primary-text;
}

code {
  display: block;
  color: $light-primary-text;
  background: $dark-bg-lighter-5;
  padding: .4rem;
  border-radius: 3px;
}

p, small {
  @extend .mat-body-1;
}

small {
  font-size: .8rem;

  .mat-icon {
    height: 20px;
    width: 20px;
  }
  .material-icons {
    font-size: 19px;
  }
}

h1 { @extend .mat-h1; }
h2 { @extend .mat-h2; }
h3 { @extend .mat-h3; }
h4 { @extend .mat-h4; }
h5 { @extend .mat-h5; }
h6 { @extend .mat-h6; }

.page-overview {
  @extend .pt-3;
  @extend .pb-4;

  height: auto;

  .page-overview--title {
    @extend .mat-display-1;
    margin: 0;
  }

  .page-overview--subtitle {
    @extend .mat-h2;
    margin-top: .25rem;
    margin-bottom: 0;
  }
}
