@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.font-mono {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
}

::selection {
    background-color: rgb(52 211 153 / 0.3);
    color: rgb(236 253 245);
}
