/*
 * App-wide styles are split across files in this folder.
 * Propshaft loads every app/assets/stylesheets/*.css when using stylesheet_link_tag :app.
 * Order: _reset.css, _tokens.css, application.css, contact.css, faq.css, footer.css, hero.css, how_it_works.css, product_lines.css, showcase.css, team_members.css, testimonials.css, trust.css
 * (alphabetical; underscore-prefixed files sort first).
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
}

section {
  padding: var(--space-12) var(--space-8);
}
