@font-face {
    font-family: "Lemon Milk Regular";
    src: url("LEMONMILK-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-Light.otf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-LightItalic.otf") format("opentype");
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lemon Milk";
    src: url("LEMONMILK-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}
