@import url("https://use.typekit.net/lez2wnl.css");
:root {
    --app-font: "elza", sans-serif;
    --ono-primary-1: #5BC538;
    --ono-primary-2: #54B05D;
    --ono-primary-3: #8BD45A;
    --ono-secondary-1: #2A5BF1;
    --ono-secondary-2: #1F5FA9;
    --ono-secondary-3: #4682C2;
}

body {
    font-family: var(--app-font) !important;
}


/* Filament App Overrides */
.bg-primary-500,
.filament-dropdown-list-item:hover {
    background-color: var(--ono-primary-1) !important;
}

.bg-primary-600 {
    background-color: var(--ono-primary-2) !important;
}

.text-primary-600 {
    color:var(--ono-primary-2) !important;
}