body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}