:root {
    --color-primary: #1C9CC0;
    --color-heading: #14728C;
    --color-navy: #0A4558;
    --color-ink: #062832;
    --color-accent: #1B7A42;
    --color-background: #FFFFFF;
}

body {
    min-height: max(884px, 100dvh);
}

.rounded-theme {
    border-radius: 8px;
}

.h-13,
.min-h-13 {
    height: 3.25rem;
}

.min-h-13 {
    min-height: 3.25rem;
}

[data-mobile-menu]:not(.hidden) {
    display: block;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
