.font-display {
    font-family: "Barlow Condensed", sans-serif !important;
}

.font-body {
    font-family: "Source Sans 3", sans-serif !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Source Sans 3", sans-serif;
}

.trfc-landing-page {
    background:
        radial-gradient(circle at 8% 12%, rgba(115, 29, 42, 0.22), transparent 42%),
        radial-gradient(circle at 92% 24%, rgba(110, 143, 232, 0.24), transparent 40%),
        linear-gradient(140deg, #031228 0%, #0b1f3b 45%, #0e2f47 100%);
}

.trfc-landing-aurora {
    position: absolute;
    inset: -20% -10% auto;
    height: 520px;
    background:
        conic-gradient(from 90deg at 32% 50%, rgba(0, 68, 148, 0.36), rgba(0, 135, 78, 0.24), rgba(79, 124, 216, 0.18), rgba(115, 29, 42, 0.26), rgba(0, 68, 148, 0.36));
    filter: blur(52px);
    pointer-events: none;
    opacity: 0.95;
}

.trfc-landing-page a {
    text-decoration: none;
}
