@font-face {
    font-family: 'Delius-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("/web/font/Delius-Regular.woff") format("woff");
}

* {
    font-family: 'Delius-Regular', 'arial', sans-serif;
    font-weight: normal;
}

body {
    margin: 0;
}