llmrouter / style.css
ivy-exploration's picture
Formatting updates and adding statefulness
77ff92d verified
raw
history blame contribute delete
224 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
html, body, [class*="css"] {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 500;
color: #091747;
}