body {
    background-color: skyblue;
}

/* Code Block Styles */
code {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    white-space: pre-wrap;
}

pre code {
    display: block;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    overflow-x: auto;
    white-space: pre;
}

/* Heading Styles - Override Tailwind's reset */
h1 {
    font-size: 2.25rem; /* 36px */
    font-weight: 700; /* bold */
    line-height: 1.1;
    margin-top: 1.5rem; /* 24px */
    margin-bottom: 1rem; /* 16px */
}

h2 {
    font-size: 1.875rem; /* 30px */
    font-weight: 700; /* bold */
    line-height: 1.2;
    margin-top: 1.25rem; /* 20px */
    margin-bottom: 0.875rem; /* 14px */
}

h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600; /* semibold */
    line-height: 1.25;
    margin-top: 1rem; /* 16px */
    margin-bottom: 0.75rem; /* 12px */
}

h4 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600; /* semibold */
    line-height: 1.3;
    margin-top: 0.875rem; /* 14px */
    margin-bottom: 0.625rem; /* 10px */
}

h5 {
    font-size: 1.125rem; /* 18px */
    font-weight: 500; /* medium */
    line-height: 1.4;
    margin-top: 0.75rem; /* 12px */
    margin-bottom: 0.5rem; /* 8px */
}

h6 {
    font-size: 1rem; /* 16px */
    font-weight: 500; /* medium */
    line-height: 1.5;
    margin-top: 0.625rem; /* 10px */
    margin-bottom: 0.5rem; /* 8px */
}
