﻿html,
body {
    height: 100vh;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--surface-100);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.cursor-pointer {
    cursor: pointer;
}


@media (min-resolution: 1.1dppx) and (max-resolution: 2dppx) {
    @media (max-width: 1980px) {
        html {
            font-size: 85%;
        }
    }
}

@media (min-resolution: 2.1dppx) {
    html {
        font-size: 85%;
    }
}