@font-face {
    font-family: "Ubuntu";
    src: url("Ubuntu/Ubuntu-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu";
    src: url("Ubuntu/Ubuntu-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu";
    src: url("Ubuntu/Ubuntu-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu";
    src: url("Ubuntu/Ubuntu-Italic.ttf");
    /* font-weight: 400; */
    font-display: swap;
    font-style: italic;
}

/* @font-face {
    font-family: "Galano";
    src: url("static/fonts/Galano-Grotesque-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Galano";
    src: url("static/fonts/Galano-Grotesque-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Galano";
    src: url("static/fonts/Galano-Grotesque-Bold.otf");
    font-weight: 800;
} */
/* @font-face {
    font-family: "Neue Haas";
    src: url("static/fonts/HaasGrotDisp-55Roman.otf");
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    ffont-family: "Neue Haas";
    src: url("static/fonts/HaasGrotDisp-56Italic.otf");
    font-style: italic;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Haas";
    src: url("static/fonts/HaasGrotDisp-65Medium.otf");
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: "Neue Haas";
    src: url("static/fonts/HaasGrotDisp-66MediumItalic.otf");
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
} */
