@import url("fonts/FuturaStd.css");
@import url("fonts/CenturyGothic.css");

:root {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Futura Std', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: var(--bs-blue);
}

h1, .h1 {
    /* font-size: 25pt; */
    padding-bottom: 1vh;
}

h2, .h2 {
    /*  font-size: 14pt; */
    font-weight: lighter;
    padding-top: 4vh;
}

.accordion-header {
    padding-top: 0;
}

h3, .h3 {
    /* font-size: 9.3pt; */
}

h4, .h4 {
    /*  font-size: 8.5pt; */
}

h5, .h5 {
    /* font-size: 8.5pt; */
}

h6, .h6 {
    /* font-size: 8.5pt; */
    font-weight: bold;
    color: var(--bs-red);
}

body {
    background: #f2f7ff;
    font-family: 'Century Gothic', sans-serif;
}

.card-body > p:last-of-type {
    margin-bottom: 0;
}

.text-bg-danger code {
    color: inherit;
}

form.autosubmit label {
    display: none;
}

.select2-search__field {
    width: 100% !important;
}

.sortable > thead {
    cursor: pointer;
}