@font-face {
    font-family: 'Lexend';
    src: url('/fonts/Lexend-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    color: #444;
    padding: 0 10px;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

h1,h2,h3 {
    line-height: 1.2
}

/* Make calendar responsive */
.calendar iframe {
    width: 100% !important;
    max-width: 100%;
    height: 400px;
    border: none;
}

@media (min-width: 768px) {
    .calendar iframe {
        height: 600px;
    }
}