--- import '@fontsource-variable/jetbrains-mono'; import '@fontsource-variable/jetbrains-mono/wght-italic.css'; interface Props { class: string; } const className = Astro.props.class; ---