@import url(./variables.css);

/* ===== Closing Quote Section ===== */
.closing-quote {
    background: var(--gradient-bg-primary);
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
}

.quote-author {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    opacity: 0.8;
}

/*
 * The .quote-line element is animated using the 'growLine' keyframes defined in main.css.
 * Ensure main.css is loaded for the animation to work.
 */
.quote-line {
    width: 0;
    height: 2px;
    background: var(--color-text);
    margin: 1.5rem auto 0;
    border-radius: 5px;
}