* {
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    height: 100%;
}

body {
    font-weight: 500;
    background: var(--body-bg);
    color: var(--body-color) !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
}
