/* Financial Running Brand — Lora + Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');

body {
  font-family: 'Poppins', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.mat-typography h1, .mat-typography h2, .mat-typography h3,
.mat-typography h4, .mat-typography h5, .mat-typography h6 {
  font-family: 'Lora', Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

p, span, li, a, td, th, label, input, select, textarea, button,
.mat-typography, .mat-body, .mat-body-2,
.navbar, .nav-link, .nav-item {
  font-family: 'Poppins', Arial, sans-serif !important;
}
