/* === Onest global font stack === */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap');

html, body {
    font-family: Onest, Arial, Helvetica, sans-serif !important;
    font-weight: 400;
  	font-size: 14px;
}

body,
button,
input,
select,
textarea {
    font-family: inherit !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
    font-weight: 600;
}