/* Import Geist font family */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Apply Geist font to all text elements */
body,
[class*="ashby"] {
    font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Body text styling */
p,
div,
span,
li {
    font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    letter-spacing: -0.01em !important;
    color: #111322;
}

/* Code elements using Geist Mono */
code,
pre,
[class*="code"] {
    font-family: "Geist Mono", monospace !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    letter-spacing: -0.01em !important;
}
