@use "fonts";
@use "kit-deps" as *;
@use "motion";
@use "utils";
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
}
body {
background-color: $surface-page;
color: $neutral-900;
font-family: $font-family-base;
}
.ph.normalize {
position: relative;
top: 0.15em;
}