@charset "UTF-8";

@import url(../scss/ext-css/bootstrap.min.css);
@import url(../scss/ext-css/font-awesome.min.css);

body {
    font-family: "Inter", sans-serif !important;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(28 194 97 / var(--tw-text-opacity, 1)) !important;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(28 194 97 / var(--tw-bg-opacity, 1)) !important;
}

button.bg-primary:hover {
    background-color: rgb(28 194 97 / 0.9) !important;
}

a.bg-primary:hover {
    background-color: rgb(28 194 97 / 0.9) !important;
    text-decoration: none !important;
}