@font-face {
    font-family: 'Moon Light';
    src: url('/fonts/Moon/Moon2.0-Light.otf') format('opentype');
}
  @font-face {
    font-family: 'Moon Bold';
    src: url('/fonts/Moon/Moon2.0-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Moon Normal';
    src: url('/fonts/Moon/Moon2.0-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Geomanist Normal';
    src: url('/fonts/Geomanist/Geomanist-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Geomanist Italic';
    src: url('/fonts/Geomanist/Geomanist-Regular-Italic.otf') format('opentype');
}

h1{
    font-family: 'Moon Light', sans-serif;
}

h2{
    font-family: 'Moon Normal', sans-serif;
}

/* #normal{
    font-family: 'Moon Normal', sans-serif;
}

#bold{    
    font-family: 'Moon Bold', sans-serif;
}

#lighter{
    font-family: 'Moon Light', sans-serif;
}

#geo-n{
    font-family: 'Geomanist Normal', sans-serif;
}

#geo-i{    
    font-family: 'Geomanist Italic', sans-serif;
} */