/** * Antebas (Fontspring DEMO) — letters only. * Demo builds replace numerals/punctuation with watermark glyphs; DM Sans covers the rest. */ @font-face { font-family: Antebas; src: url("/fonts/Fontspring-DEMO-antebas-light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; unicode-range: U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F; } @font-face { font-family: Antebas; src: url("/fonts/Fontspring-DEMO-antebas-regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F; } @font-face { font-family: Antebas; src: url("/fonts/Fontspring-DEMO-antebas-medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; unicode-range: U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F; } @font-face { font-family: Antebas; src: url("/fonts/Fontspring-DEMO-antebas-bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; unicode-range: U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F; } @font-face { font-family: Antebas; src: url("/fonts/Fontspring-DEMO-antebas-black.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; unicode-range: U+0041-005A, U+0061-007A, U+00C0-00D6, U+00D8-00F6, U+00F8-00FF, U+0100-017F; }