/* Global styles. */

@use "_global/reset";

body {
  text-rendering: auto;
}

* {
  box-sizing: border-box;
}
