//@use '../globals';
//
//  // 1. Implement rem plugin at root
//html {
//  font-size: globals.$base-font-size;
//}
//
//html,
//body {
//  font-family: globals.$font-family; //1
//  -webkit-font-smoothing: antialiased;
//}
//
//h1, .h1 {
//  font-size: globals.$font-size-1;
//  font-weight: globals.$font-weight-bold;
//  margin: 0;
//  color: globals.$black;
//}
//
//h2, .h2 {
//  font-size: globals.$font-size-2;
//  color: globals.$black;
//  font-weight: globals.$font-weight-bold;
//  margin: 0;
//}
//
//h3, .h3 {
//  font-size: globals.$font-size-3;
//  font-weight: globals.$font-weight-normal;
//}
//
//h4, .h4 {
//  font-size: globals.$font-size-4;
//  font-weight: globals.$font-weight-normal;
//}
//
//h5, .h5 {
//  font-size: globals.$font-size-5;
//  font-weight: globals.$font-weight-normal;
//}
//
//a {
//
//  &,
//  &:visited,
//  &:active {
//    font-size: globals.$font-size-4;
//    font-weight: globals.$font-weight-normal;
//    text-decoration: underline;
//  }
//
//  //&,
//  //&:active {
//  //  color: globals.$blue-dark;
//  //}
//  //
//  //&:visited {
//  //  color: globals.$purple-dark;
//  //}
//  //
//  //&:hover {
//  //  color: globals.$blue-navy;
//  //  cursor: pointer;
//  //}
//}
//
//html {
//  .mat-h1, .mat-headline-5, body h1 {
//    margin: 0;
//  }
//
//  .mat-h2, .mat-headline-6, body h2 {
//    margin: 0;
//  }
//
//  .mat-h3, .mat-subtitle-1, body h3 {
//    margin: 0;
//  }
//
//  .mat-h4, .mat-body-1, body h4 {
//    margin: 0;
//  }
//
//  .mat-h5, body h5 {
//    margin: 0;
//  }
//}
//
