﻿.header {
    height: 3.2rem !important;
}

.valid {
    /* Отключение зелёной рамки поля ввода */
    outline: none !important;
}

.invalid {
    /* Отключение красной рамки поля ввода */
    outline: none !important;
}

@font-face {
    font-family: 'FSRAIL55';
    /* Путь относительный для работы за reverse proxy */
    src: url("../fonts/FSRAIL55.ttf");
}

html, body {
    font-family: "FSRAIL55", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

:root {
    --body-font: "FSRAIL55", sans-serif !important;
}

/* Компонент формы */
.form-component-md {
    max-width: 40rem;
}

.container {
    padding-block: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
