*, *::before, *::after { box-sizing: border-box; margin: 0; }
html, body { margin: 0; }
ul, ol { padding-left: 0; }
.bg-kilic-paper { background-color: #f7f8fb; }
.flex { display: flex; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.font-semibold { font-weight: 600; }
.gap-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.leading-7 { line-height: 1.75rem; }
.m-0 { margin: 0; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.mb-0 { margin-bottom: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.no-underline { text-decoration: none; }
.overflow-x-hidden { overflow-x: hidden; }
.prose { color: #374151; line-height: 1.75; }
.prose-lg { font-size: 1.125rem; line-height: 1.7777778; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.text-kilic-ink { color: #12141c; }
.text-kilic-mist { color: #5b6472; }
.text-kilic-orange { color: #c2410c; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.uppercase { text-transform: uppercase; }