* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
}
body {
    color: #493548;
    color: #69626D;
    font-family: 'Geologica', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    background-color: #fff;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
}
a,
button {
    cursor: pointer;
}
.screen-reader-text {
    display: none;
}
.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}
.root {
    width: 100%;
    position: relative;
    padding-top: 12rem;
}