/* =========================================
   DaysOne Font
   ========================================= */
@font-face {
  font-family: "DaysOne";
  src: url("../assets/fonts/DaysOne/DaysOne-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* =========================================
   Genos Font
   ========================================= */
@font-face {
  font-family: "Genos";
  src: url("../assets/fonts/Genos/Genos-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* =========================================
   Involve Font Family
   ========================================= */
@font-face {
  font-family: "Involve";
  src: url("../assets/fonts/Involve/Involve-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../assets/fonts/Involve/Involve-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../assets/fonts/Involve/Involve-SemiBold.ttf") format("truetype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../assets/fonts/Involve/Involve-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
