:root {
    --pink: #1565c0;
    --pink-dark: #0d47a1;
}

.announcement {
    background: #1565c0;
}

.store-search:focus-within {
    box-shadow: 0 0 0 3px rgba(21, 101, 192, .12);
}

.auth-intro > span,
.field-label a,
.auth-foot a,
.contact-hero span,
.contact-title > span,
.store-details > div > span,
.store-details a {
    color: #1565c0;
}

.auth-field input:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #1565c0;
    box-shadow: 0 0 0 3px rgba(21, 101, 192, .12);
}
