/************************
	Bootstrap v5.1.1
************ ************/
h1,
.h1,
.fs-1 {
    font-size: clamp(2.2rem, 1.3rem + 1.5vw, 3rem) !important;
}

h2,
.h2,
.fs-2 {
    font-size: clamp(1.8rem, 1.2rem + 1vw, 2rem) !important;
}

h3,
.h3,
.fs-3 {
    font-size: 1.6rem !important;
}

h4,
.h4,
.fs-4 {
    font-size: clamp(1.2rem, 1rem + 0.3vw, 1.5rem) !important;
}

h5,
.h5,
.fs-5 {
    font-size: 1.1rem !important;
}

h6,
.h6,
.fs-6 {
    font-size: 0.9rem !important;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.btn {
    white-space: nowrap;
}

.rounded {
    border-radius: 1.5vmin !important;
}
.rounded-1 {
    border-radius: 3vmin !important;
}
.rounded-2 {
    border-radius: 5vmin !important;
}
.rounded-3 {
    border-radius: 8vmin !important;
}

.vh-100 {
    height: var(--100vh) !important;
}

.breadcrumb * {
    font-size: 0.95em;
}
