@use './scss/index' as *;
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
*,
*::after,
*::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
// font-size: 62.5%;
text-rendering: optimizeSpeed;
scroll-behavior: smooth;
color: $black;
}