/* Inter Font - Default */
:root {
  --font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

html, body, * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
