@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('/fonts/lemon_milk/LEMONMILK-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('/fonts/glacial_indifference/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('/fonts/glacial_indifference/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
