@import url('imedi.web.tokens.css');
@import url('web-pages.css?v=20260712-specialties-active-field');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    color: var(--imedi-color-text);
    background: var(--imedi-color-page);
    font-family: var(--imedi-font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.validation-message {
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
}
