@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&amp;display=swap');

body {
    font-family: 'Noto Sans SC', system-ui, sans-serif;
}

.project-name {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
    transition: all 0.1s ease;
}