@font-face {
    font-family: "Custom Barlow";
    src: url("/fonts/Barlow-Light.woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Custom Barlow";
    src: url("/fonts/Barlow-Medium.woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Custom Raleway";
    src: url("/fonts/Raleway-Regular.woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Custom Raleway";
    src: url("/fonts/Raleway-Black.woff2");
    font-weight: 900;
    font-style: normal;
}