/* Font Face (common to all) */
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

.field-error ul {
    margin-top: 5px;
    padding-left: 0;
}

.field-error ul li {
    color: #F26464;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    list-style-type: none;
}

a.link {
    color: #006AFF;
    text-decoration: none;
    line-height: 0.125rem;
}