﻿.form-container {
    padding: 1rem 0;
}

.form-subtitle {
    font-family: "Samsung Sharp Sans Bold";
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.form-content {
    font-family: "Red Hat Display" !important;
    font-size: 1rem;
    line-height: clamp(18px, 1.625rem, 6.25rem) !important;
    font-weight: 400;
    opacity: 0.6;
}

.indent {
    text-indent: 1em;
}

.font-bold {
    font-weight: 700 !important;
}
