html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

img {
    background: #e5e7eb;
}

.brand-logo {
    background: transparent;
}

::selection {
    background: #1e447f;
    color: #ffffff;
}
