/* Custom utility classes and base adjustments */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Adjust header if admin bar is present */
.admin-bar header {
    top: 32px;
}
