/* Bold */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold weight is 700 */
  font-style: normal;
}

/* Extra Bold */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800; /* Extra Bold weight is 800 */
  font-style: normal;
}

/* Extra Light */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200; /* Extra Light weight is 200 */
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-Light.ttf") format("truetype");
  font-weight: 300; /* Light weight is 300 */
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular weight is 400 */
  font-style: normal;
}

/* Semi Bold */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600; /* Semi Bold weight is 600 */
  font-style: normal;
}

/* Thin */
@font-face {
  font-family: "Sora";
  src: url("corefonts/ttf/Sora-Thin.ttf") format("truetype");
  font-weight: 100; /* Thin weight is 100 */
  font-style: normal;
}
