*, *::before, *::after {
  box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
    height: 100vh;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Delius-Regular";
    font-weight: normal;
}