body {
  font-family: NotoSans;
}

.title-text {
  color: var(--p-primary-500);
}

.title-icon-container {
  border-radius: 9999px !important;
}

:is(
  .rounded,
  .rounded-xs,
  .rounded-sm,
  .rounded-md,
  .rounded-lg,
  .rounded-xl,
  .rounded-2xl,
  .rounded-3xl
):not(.title-icon-container) {
  border-radius: 0 !important;
}

.main-container {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0px !important;
}

.accent {
  --p-primary-50: #f5f9fc;
  --p-primary-100: #eaf4f9;
  --p-primary-200: #cbe3f1;
  --p-primary-300: #abd2e8;
  --p-primary-400: #6db1d7;
  --p-primary-500: #2e8fc6;
  --p-primary-600: #2981b2;
  --p-primary-700: #1c5677;
  --p-primary-800: #154059;
  --p-primary-900: #0e2b3b;
  --p-primary-950: #091d28;
  --p-primary-color: var(--p-primary-400);
  --p-primary-hover-color: var(--p-primary-300);
  --p-primary-active-color: var(--p-primary-200);
  --p-primary-contrast-color: var(--p-primary-900);
  --p-button-primary-active-color: var(--p-primary-contrast-color);
  --p-button-primary-background: var(--p-primary-color);
  --p-button-primary-hover-background: var(--p-primary-hover-color);
  --p-button-primary-active-background: var(--p-primary-hover-color);
}

.app-card > .app-card-content > .app-card-header {
  background-color: #ceecff !important;
}
