/* Homepage stylesheet.
   @dental/core's Meta.astro loads THIS file instead of style.css on the
   homepage only (the `homepage` prop). This site uses one design everywhere,
   so it just pulls in the brand stylesheet — keep all rules in style.css. */
@import url('./style.css');
