/* Custom overrides */

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

a:focus,
button:focus {
    outline: 2px solid rgba(0, 0, 0, .15);
    outline-offset: 2px;
}

::selection {
    background: #2c3e50;
    color: #fff;
}

@media print {
    .navbar,
    footer {
        display: none;
    }
}
