/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;500;700&display=swap');

/* Override fonts using PyData Sphinx Theme variables */
:root {
    --pst-font-family-base: "Inter", sans-serif;
    --pst-font-family-heading: "Poppins", sans-serif;
}

/* H1 with underline matching text color */
h1 {
    border-bottom: 1px solid var(--pst-color-text-base);
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}

html[data-theme="dark"] .highlight span.linenos {
    background-color: transparent !important;
}
