body {
    font-family: 'Neo Sans';
}
h1{
    font-size: 72px;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('Neo Sans Std Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('Neo Sans Std Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('Neo Sans Std Bold.otf');
    font-weight: 700;
    font-style: normal;
}
