* {
    margin: 0;
    padding: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-decoration: none;

    box-sizing: border-box;
    outline: 0;

    vertical-align: baseline;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;

    -webkit-print-color-adjust: exact !important;
}

body,
body:fullscreen::backdrop {
    background: whitesmoke;
}
