@import url('./fonts.css');

:root {
  /* Knauer */
    --std-grey-bg: #f5f5f5;
    --std-black: #001F73;
    --std-white: #f5f5f5;
    --std-primary: #003C85;
    --std-plain-button: #f5f4f0;
    --std-app-bar: #003C85;
    --std-heading-bg: #f5fcff;
    --std-accent: #009FDF;
    --std-info: #00B5E2;
    --std-warning: #FB8C00;
    --std-error: #e60046;
    --std-success: #00aa46;
    --std-button-hover-opacity: 0.18;
    --std-item-hover-opacity: 0.18;
    --std-border-radius: 15px;
  /* Knauer END */
}

/* Circle checkboxes and plus - comment or remove for square checkboxes */
.fa-square:not(.force)::before {
  content: "\f111"!important;
}
.fa-square-check:not(.force)::before, .fa-check-square:not(.force)::before {
  content: "\f058"!important;
}
.fa-square-minus:not(.force)::before, .fa-minus-square:not(.force)::before {
  content: "\f056"!important;
}
.fa-plus-square:not(.force)::before {
  content: "\f055"!important;
}

.v-application {
  font-family: Roboto, Arial, Open Sans, Helvetica, sans-serif;
}