@font-face {
    font-family: "icons";
    src: url(/fonts/icons.ttf) format("truetype");
}

@font-face {
    font-family: "nunitoSans";
    src: url(/fonts/nunitoSans.ttf) format("truetype");
}

@font-face {
    font-family: "nunitoSansSemiBold";
    src: url(/fonts/nunitoSansSemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "nunitoSansBold";
    src: url(/fonts/nunitoSansBold.ttf) format("truetype");
}


#root {
    height: 100vh;
    width: 100vw;
}
#root > div {
    height: 100%;
    width: 100%;
}
