html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background-color: #000;
}
@font-face {
    font-family: "Radiance";
    src: url("radiance.eot");
    src: url("radiance.eot?#iefix") format("embedded-opentype"),
    url("radiance.woff") format("woff"),
    url("radiance.ttf") format("truetype"),
    url("radiance.svg#ywftsvg") format("svg");
    font-weight: normal;
    font-style: normal;
}