@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

:root {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    --font-weight-body: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
}

strong,
b {
    font-weight: var(--font-weight-semibold);
}

textarea.textarea-autogrow {
    field-sizing: content;
    min-height: 5rem;
    resize: none;
    overflow-y: hidden;
}
