/** Default styles */
body {
    font-family: var(--e-a-font-family, sans-serif);
}

button,
input,
select,
textarea {
    font-family: inherit;
}
