/* Proxima Nova Font Styles - Reusable across pages */

/* Import Proxima Nova font */
@import url('https://fonts.googleapis.com/css2?family=Proxima+Nova:wght@300;400;500;600;700&display=swap');

/* Apply Proxima Nova font to any page that includes this stylesheet */
.proxima-nova-page {
  font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ensure all text elements inherit the font */
.proxima-nova-page * {
  font-family: inherit;
}
