@font-face {
    font-family: 'NeoTech';
    src: url('../font/NeoTech.otf');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NeoTech';
    src: url('../font/NeoTech_Bold.otf');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html {
    word-wrap: break-word;
}