/* Space Mono Font Family */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');

/* Set Space Mono as the default font for the entire website */
html, body, * {
    font-family: 'Space Mono', monospace !important;
}

/* Different font weights */
h1, h2, h3, h4, h5, h6, .experience-header h3, .project-content h2 {
    font-family: 'Space Mono', monospace !important;
    font-weight: 700;
}

p, span, div, a, button, input, textarea, .bio {
    font-family: 'Space Mono', monospace !important;
    font-weight: 400;
}
