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

/* Footer (appended styles) */
.site-footer {
    padding: 24px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.footer-line {
    width: calc(100% - 4rem);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
    margin: 0 auto 16px;
}
.footer-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    text-align: center;
    color: #ffffff66;
}
