@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap";

/* Font override, make sure this matches common.css */

html body{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/*Bootstrap override*/
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


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