.tailstrap-a {
    color: #007bff;
}

.tailstrap-h1 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.tailstrap-h2 {
    font-family: "soehne";
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    font-style: normal;
    margin-top: 3rem;
}

.tailstrap-h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.tailstrap-h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tailstrap-h5 {
    font-size: 1.25rem;
    font-weight: bold;
}

.tailstrap-h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.tailstrap-btn-primary {
    background-color: #007bff !important;
}

.tailstrap-btn-primary:hover {
    background-color: #0069d9 !important;
}

.tailstrap-btn-light {
    background-color: #f8f9fa !important;
}

.tailstrap-btn-light:hover {
    background-color: #e2e6ea !important;
}

.tailstrap-btn-secondary {
    background-color: #6c757d !important;
}

.tailstrap-btn-danger {
    background-color: #dc3545 !important;
}

.tailstrap-hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
