﻿html {
    font-size: 18px;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin-top: 80px;
}

p {
    font-size: 1.1rem;
}

h1 {
    font-size: 1.8rem;
}

.footer {
    font-size: 18px;
}

@media (max-width: 576px) {
    body {
        font-size: 20px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }

    p,
    li,
    .footer p,
    .footer li {
        font-size: 20px;
        line-height: 1.6;
    }

    .footer h5 {
        font-size: 23px;
    }
}

.small-card h6.card-title {
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 500;
}


