/* Font imports for Messapia fonts */
@font-face {
    font-family: "Messapia";
    src: url("Messapia-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Messapia";
    src: url("Messapia-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
