@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100vh;
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

body {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

@media (max-width: 1600px) {
    html {
        font-size: 55%;
    }
}
