@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

:root {
    --brand-red: #c0392b;
    --gold: #e8b923;
    --ink: #2b2b2b;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Card sizing */
.pap-card {
    width: 100%;
    max-width: 520px;
    border-top: 3px solid var(--brand-red) !important;
}

/* Header */
.pap-logo { height: 40px; }
.pap-brand-name { color: var(--brand-red); }

/* Section heading */
.pap-section {
    color: var(--ink);
    letter-spacing: .05em;
}

/* Confirmation number */
.pap-confirmation { color: var(--brand-red); }

/* Captcha image */
img[alt="captcha"] {
    max-width: 200px;
    border-radius: 4px;
}
