﻿img {
	max-width: 250px;
	height: 75px;
}

body, html, .redoc-wrap {
	font-family: 'Inter', sans-serif !important;
}

/* Titles and headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif !important;
	font-weight: 600;
}

/* Code blocks remain monospaced */
code, pre {
	font-family: 'Courier New', monospace !important;
}
