@font-face {
    font-family: 'Noto';
    src: URL('/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
}

html {
    font-size: 14px;
}

@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 {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f5f1e8;
    font-family: Noto;
    font-weight: 500;
}

.btn-outline-primary {
    border-color: #eb0d0d;
    color: #eb0d0d;
}

    .btn-outline-primary:hover {
        background-color: #eb0d0d;
        border-color: #eb0d0d;
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #dc3545;
    }

.btn-primary-ff {
    color: #fff;
    background-color: #eb0d0d;
    border-color: #eb0d0d;
    padding: 20px;
    border-radius: 40px;
}

    .btn-primary-ff:hover {
        background-color: #FF5722;
    }

.cosesy-link {
    color: #b0b55e;
    text-decoration: none;
}
