@font-face {
    font-family: 'NectoMono';
    src: url('../fonts/NectoMono-Regular.woff2') format('woff2'),
    url('../fonts/NectoMono-Regular.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@view-transition {
    navigation: auto;
}


#title {
    view-transition-name: h2-transition;
}