/* Responsive defaults: base font, box-sizing; use Tailwind breakpoints (sm:640, md:768, lg:1024, xl:1280, 2xl:1536) for layout */
html { font-size: 16px; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; }


/* Font styles for Page 5 */

.font-roboto { font-family: 'Roboto', sans-serif; }

/* pb-handoff token utilities */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700&family=Source%20Sans%203:wght@400;500;600;700&display=swap');
html {
  scroll-behavior: smooth;
}