@import url(Landing/desktop.css) (min-width: 768px);
@import url(Landing/mobile_portrait.css) (max-width: 767px) and (orientation: portrait);
@import url(Landing/mobile_landscape.css) (max-width: 767px) and (orientation: landscape);

/* Standard keyboard focus indicator for yellow buttons (and labels styled as such) across the app */
.btn-yellow:focus,
.btn-yellow:focus-visible,
.btn-send:focus,
.btn-send:focus-visible,
.btn-selection-blue:focus,
.btn-selection-blue:focus-visible {
    outline: 3px solid rgba(28, 39, 90, 0.8);
    outline-offset: 3px;
}
