html {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'DM Sans', sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .pe-md-none {
        pointer-events: none !important;
        cursor: default !important;
    }
}