/* See https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html#theme-variables-and-css */

@import url("https://fonts.cdnfonts.com/css/code-new-roman");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

html {
  --pst-font-family-base: "Nunito", var(--pst-font-family-base-system);
  --pst-font-family-heading: "Inter", var(--pst-font-family-base-system);
  --pst-font-family-monospace: "Code New Roman",
    var(--pst-font-family-monospace-system);
}
