﻿h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/* Ajuste de fonte para botões */
.btn {
    font-size: 14px;
}

.btn-primary {
    font-size: 14px;
}

.btn-secondary {
    font-size: 14px;
}

