/* Place custom styles - layered on top of Pico CSS */

@font-face {
    font-family: 'Inter';
    src: url("../fonts/InterVariable.2bf3d951bf9d.woff2") format('woff2 supports variations'),
         url("../fonts/InterVariable.2bf3d951bf9d.woff2") format('woff2-variations');
    font-weight: 100 1000;
}

:root {
    --pico-font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --pico-font-weight: 400;
    --pico-border-radius: 4px;
}

/* Font smoothing */
* {
    font-optical-sizing: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#layout-container {
    margin: 0 auto;
    max-width: 900px;
}