/* _static/custom.css */
@font-face {
    font-family: 'BerkeleyMono';
    src: url('./fonts/BerkeleyMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BerkeleyMono';
    src: url('./fonts/BerkeleyMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BerkeleyMono';
    src: url('./fonts/BerkeleyMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'BerkeleyMono', monospace;
    font-feature-settings: "ss02";
}

/* Set base font size for the body */
body {
    font-size: 15px; /* Adjust this value as needed */
}

/* Adjust heading sizes proportionally */
h1 {
    font-size: 2em; /* Adjust this value as needed */
}

h2 {
    font-size: 1.75em; /* Adjust this value as needed */
}

h3 {
    font-size: 1em; /* Adjust this value as needed */
}

h4 {
    font-size: 0.8em; /* Adjust this value as needed */
}

h5 {
    font-size: 0.6em; /* Adjust this value as needed */
}

h6 {
    font-size: 0.4em; /* Adjust this value as needed */
}