/**
 * Dealify base rules.
 *
 * This file should stay small: browser defaults, shared typography, and
 * accessibility primitives only.
 */

html body.dealify-theme {
    color: var(--dealify-navy);
    background: #ffffff;
    text-rendering: optimizeLegibility;
}

html body.dealify-theme a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

html body.dealify-theme img {
    max-width: 100%;
}

.dealify-sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
