@import "__variables.css";

body {

}

.bg-primary-emphasis {
    background-color: var(--bs-primary-text-emphasis);
}
.text-brown {
    color: #ae6222;
}

.fs-7 {
    font-size: .85rem;
}

.btn svg {
    width: auto;
    height: calc(31px - 0.5rem);
}

.btn-group>.btn.dropdown-toggle-action {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.site-info {
    display: flex;
    justify-content: start;
    align-items: center;

    svg {
        width: 1.5rem;
        height: auto;
        margin-right: 1rem;
    }
}
