/**
 * use this file to add custom styles
 * or override existing styles
 *
 * these styles will be loaded after the default styles
 *
 * some components use scoped styles with a cryptic data-v-xxx attribute
 * so you may need a more specific css selector to override them (or !important)
 */

body {
    font-size:14px;
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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



h3 {
    font-size:1rem;
    margin-bottom:.5em
}