@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/Aileron-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron SemiBold";
  src: url("/assets/fonts/Aileron-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scotch Display Medium";
  src: url("/assets/fonts/ScotchDisplay-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scotch Display SemiBold";
  src: url("/assets/fonts/ScotchDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
