@font-face {
    font-family: "Archivo-Regular";
    src: url("./Archivo-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Archivo-Medium";
    src: url("./Archivo-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Archivo-SemiBold";
    src: url("./Archivo-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Archivo-Bold";
    src: url("./Archivo-Bold.ttf");
    font-weight: 700;
}