@font-face {
    font-family: "poppins";
    src: url("/fonts/poppins/Poppins-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "poppins";
    font-weight: 600;
    src: url("/fonts/poppins/Poppins-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "poppins";
    font-weight: 700;
    src: url("/fonts/poppins/Poppins-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Source Serif Pro";
    src: url("/fonts/source-serif-pro/SourceSerifPro-Regular.otf") format('truetype');
}

@font-face {
    font-family: "Source Serif Pro";
    font-weight: 600;
    src: url("/fonts/source-serif-pro/SourceSerifPro-Semibold.otf") format('truetype');
}

@font-face {
    font-family: "Source Serif Pro";
    font-weight: 700;
    src: url("/fonts/source-serif-pro/SourceSerifPro-Bold.otf") format('truetype');
}

@font-face {
    font-family: "nunito";
    src: url("/fonts/nunito/Nunito-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "nunito sans";
    src: url("/fonts/NunitoSans.ttf") format('truetype');
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.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;
}