@font-face {
    font-family: 'Urbanist';
    src: url('/assets/fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Americana BT';
    src: url('/assets/fonts/americanabt_bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

.vendor-about-page {
    padding: 60px 0 80px;
    font-family: 'Urbanist', sans-serif
}
.vendor-about-page .container {
    max-width: 900px
}
.vendor-about-page h1 {
    font-family: 'Americana BT', 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px
}
.vendor-about-page h2 {
    font-family: 'Americana BT', 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 40px 0 12px
}
.vendor-about-page p {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 14px
}
.vendor-about-page ul {
    padding-left: 20px;
    margin: 0 0 14px
}
.vendor-about-page li {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 4px
}
.vendor-about-page .tagline {
    font-family: 'Americana BT', 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 32px 0 4px
}
.vendor-about-page .tagline-sub {
    font-size: 16px;
    color: #555;
    margin: 0 0 14px
}
.vendor-about-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px
}
.vendor-about-page th,
.vendor-about-page td {
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Urbanist', sans-serif
}
.vendor-about-page th {
    background: #1e2432;
    color: #fff;
    font-weight: 600
}
@media (max-width: 768px) {
    .vendor-about-page {
        padding: 40px 0 60px
    }
    .vendor-about-page h1 {
        font-size: 26px
    }
    .vendor-about-page h2 {
        font-size: 20px;
        margin: 28px 0 10px
    }
    .vendor-about-page p,
    .vendor-about-page li {
        font-size: 14px
    }
    .vendor-about-page .tagline {
        font-size: 17px
    }
    .vendor-about-page th,
    .vendor-about-page td {
        font-size: 13px;
        padding: 10px 12px
    }
}
