@font-face {
   font-family: "LemonMilk";
   src: url("fonts/LEMONMILK-Medium.otf") format("opentype");
   font-weight: bold;
   font-style: normal;
}
@font-face {
   font-family: "LemonMilk";
   src: url("fonts/LEMONMILK-Regular.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "ProximaNova";
   src: url("fonts/Proxima Nova Font.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "ProximaNova";
   src: url("fonts/Proxima-Nova-Light.otf") format("opentype");
   font-weight: lighter;
   font-style: normal;
}
@font-face {
   font-family: "ProximaNova";
   src: url("fonts/Proxima Nova Bold.otf") format("opentype");
   font-weight: bold;
   font-style: normal;
}