html {
  font-size: 18px;
}

/* Regular */
@font-face {
    font-family: 'Alright';
    src: url('/fonts/AlrightNormalRegular.D6oIV2uN.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Alright';
    src: url('/fonts/AlrightNormalBold.n3LD2Mbf.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Alright', sans-serif;
    font-weight: 400; /* default til normal tekst */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {

}

body {
    
}

nav {
    background-color: rgba(31, 41, 59, 1) !important;
    color: white;
}

.btn-primary {
    background-color: rgba(27, 135, 204, 1);
}

    .btn-primary:hover {
        background-color: rgba(24, 114, 171, 1);
    }

.btn-primary:focus {
    background-color: rgba(27, 135, 204, 1);
}

.btn-danger {
    background-color: rgba(224, 84, 72, 1) !important;
}

    .btn-danger:hover {
        background-color: #bb2d3b !important;
    }
    .btn-danger:focus {
        background-color: #bb2d3b !important;
    }