:root {
  --font-family-segoe: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Optima, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-segoe-light: "Segoe UI Light", "Segoe UI", system-ui, "Roboto Light", "Helvetica Neue Light", Arial, sans-serif;
  --font-family-segoe-semibold: "Segoe UI Semibold", "Segoe UI", system-ui, "Roboto Medium", "Helvetica Neue Medium", Arial, sans-serif;
  --font-family-primary: var(--font-family-segoe);
  --font-family-secondary: var(--font-family-segoe-light);
}

body,
html {
  font-family: var(--font-family-segoe);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.text-genapps {
  font-family: var(--font-family-segoe) !important;
}

.heading-genapps {
  font-family: var(--font-family-segoe) !important;
}

.font-light {
  font-family: var(--font-family-segoe-light);
  font-weight: 300;
}

.font-regular {
  font-family: var(--font-family-segoe);
  font-weight: 400;
}

.font-semibold {
  font-family: var(--font-family-segoe-semibold);
  font-weight: 600;
}

.font-bold {
  font-family: var(--font-family-segoe);
  font-weight: 700;
}

.loading-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
