@layer reset, layout;

@layer layout {
  /* our website css goes here */
}
@layer reset {
  /* the css reset goes in here */
}
