/* Local fonts */
@font-face { font-family: 'Source Serif'; src: url('/static/fonts/source-serif-400.ttf'); font-weight: 400; }
@font-face { font-family: 'Source Serif'; src: url('/static/fonts/source-serif-500.ttf'); font-weight: 500; }
@font-face { font-family: 'Source Serif'; src: url('/static/fonts/source-serif-600.ttf'); font-weight: 600; }
@font-face { font-family: 'Source Serif'; src: url('/static/fonts/source-serif-700.ttf'); font-weight: 700; }
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-400.ttf'); font-weight: 400; }
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-500.ttf'); font-weight: 500; }
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-600.ttf'); font-weight: 600; }

/* Prevent overscroll issues */
html { background: #0f1e38; overscroll-behavior: none; }
body { background: #0f1e38; overscroll-behavior: none; -webkit-overflow-scrolling: touch; }
