:root {
    --background: #0d2136;
    --onBackground: #d3e3f6;
    --highlight: #4580b9;
    --onHighlight: #d7e0fa;
    --primaryContainer: #001e2d;
    --onPrimaryContainer: #c6e7ff;
    --primary98: #526480;
    --shadow: #526480;
    --tfspan: #c6e7ff;
    --tfbg: #5264801f;
    --dbcard: #003d5b;
}

.menu img, .consult-card img {
    filter: invert(100%) sepia(22%) saturate(0%) hue-rotate(153deg) brightness(100%) contrast(104%);
}

.fab {
    box-shadow:  3px 3px 6px #acd4f1;
}