@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
   font-family: "Raleway";
   src: url("../fonts/Raleway-Medium.woff2") format("woff2");
   font-style: normal;
   font-weight: 500;
   font-display: swap;
}
@font-face {
   font-family: "Raleway";
   src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
   font-style: normal;
   font-weight: 600;
   font-display: swap;
}
@font-face {
   font-family: "Raleway";
   src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2");
   font-style: normal;
   font-weight: 800;
   font-display: swap;
}
@font-face {
   font-family: "Poppins";
   src: url("../fonts/Poppins-Light.woff") format("woff");
   font-style: normal;
   font-weight: 300;
   font-display: swap;
}
@font-face {
   font-family: "Poppins";
   src: url("../fonts/Poppins-Regular.woff") format("woff");
   font-style: normal;
   font-weight: normal;
   font-display: swap;
}
@font-face {
   font-family: "Poppins";
   src: url("../fonts/Poppins-Medium.woff") format("woff");
   font-style: normal;
   font-weight: 500;
   font-display: swap;
}
@font-face {
   font-family: "Poppins";
   src: url("../fonts/Poppins-SemiBold.woff") format("woff");
   font-style: normal;
   font-weight: 600;
   font-display: swap;
}
@font-face {
   font-family: "Poppins";
   src: url("../fonts/Poppins-Bold.woff") format("woff");
   font-style: normal;
   font-weight: 700;
   font-display: swap;
}