@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');
.comic-relief-regular {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
}

.comic-relief-bold {
    font-family: "Comic Relief", system-ui;
    font-weight: 700;
    font-style: normal;
}
.flash-fade {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: #1d293d;
}
@media (min-width: 1024px) {
    input[type="date"]::-webkit-calendar-picker-indicator {
        background: #45556c;
    }
}
input[type="date"]::selection,
input[type="date"]::-moz-selection {
  background: #45556c;
  color: red;
}