@font-face {
  font-family: "Quicksand";
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/QuicksandPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Quicksand";
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("../font/QuicksandPro-RegularItalic.otf") format("opentype");
}

@font-face {
  font-family: "Quicksand";
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/QuicksandPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Quicksand";
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("../font/QuicksandPro-BoldItalic.otf") format("opentype");
}

.h--super {
  font-size: 180px;
  color: #222;
}

.h--alpha {
}

.h--beta {
  font-size: 24px;
  font-weight: bold;
}

.t--alpha {
}

.t--beta {
}
