@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300..700;1,300..700&family=Montserrat:wght@500;600;700&display=swap");

*:not(.fad):not(.fab):not(i):not(mat-icon) {
  font-family: "Hanken Grotesk", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mat-h1,
.mat-h2,
.mat-h3,
.mat-headline-1,
.mat-headline-2,
.mat-headline-3,
.mat-headline-4,
.mat-headline-5,
.mat-headline-6,
.mat-title,
.mat-card-title,
.mat-toolbar,
.mat-toolbar .mat-toolbar-row,
.mat-dialog-title,
.mat-mdc-toolbar,
.mat-mdc-toolbar .mat-mdc-toolbar-title,
.mat-mdc-card-title,
.mat-mdc-dialog-title,
.mdc-dialog__title,
.mat-mdc-card-header .mat-mdc-card-title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}
