@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap");

:root {
  font-family: "Lora";

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

p {
  font-family: "Lora";
}

.table-header {
  background-color: rgb(var(--v-theme-table-header-background-color));
  color: rgb(var(--v-theme-on-table-header));
  font-family: "Montserrat";
  font-weight: bold;
}

.ag-header-cell-text {
  font-family: "Montserrat";
  font-weight: bold;
}

header-font {
  font-family: "Montserrat";
}

.nested-surface {
  background-color: rgba(var(--v-theme-primary), 0.1);
  border-radius: 8px;
  border: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}
