* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.font-inter {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

:focus-visible {
    outline: 2px solid #0EA5E9;
    outline-offset: 2px;
}

input:focus,
select:focus,
button:focus,
a:focus {
    outline: 2px solid #0EA5E9;
    outline-offset: 2px;
}