@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}