/*
 * Your global styles here
 */
 :root {
    --dxp-g-root-font-family: 'Aeonik Regular', sans-serif;
    --dxp-g-heading-font-family: 'Comfortaa Regular', sans-serif;
    --dxp-g-body-font-family: 'Aeonik Regular', sans-serif;
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

}