@font-face {
  font-family: Nord;
  src: url("../fonts/nord/NORD-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Nord;
  src: url("../fonts/nord/NORD-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Nord;
  src: url("../fonts/nord/NORD-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Nord;
  src: url("../fonts/nord/NORD-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Sora;
  src: url("../fonts/sora/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Sora;
  src: url("../fonts/sora/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Sora;
  src: url("../fonts/sora/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Sora;
  src: url("../fonts/sora/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}