html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--white);
    line-height: 1.625rem;
    color: var(--catalyst-dark);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow: overlay;
}

body {
    margin: 0;
    box-sizing: border-box;
}

label {
    display: block;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    -webkit-padding: 0.4em 0;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
    border: 0.0625rem solid #ccc;
    border-radius: 0.125rem;
}

input:disabled {
    color: #ccc;
}

button {
    color: #333;
    background-color: #f4f4f4;
    outline: none;
}

button:disabled {
    color: #999;
}

button:not(:disabled):active {
    background-color: #ddd;
}

button:focus {
    border-color: #666;
}

::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.5rem;
}

::-webkit-scrollbar-thumb {
    background: #29324666;
    opacity: 0.7;
    border-radius: 1rem;
}

.ol-scale-line {
    height: 1.9rem;
    position: absolute;
    bottom: 1rem;
    left: 60rem;
    top: unset;
    background: rgba(88, 101, 129, 0.7);
}

.ol-scale-line-inner {
    border: 0.0625rem solid #eee;
    border-top: none;
    color: #eee;
    font-size: 0.625rem;
    text-align: center;
    margin: 0.0625rem;
    will-change: contents, width;
    transition: all 0.25s;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: url(TitilliumWeb-Regular.ttf);
}

@font-face {
    font-family: "Aldrich";
    font-style: normal;
    font-weight: 400;
    src: url(Aldrich-Regular.ttf);
}
