/* The five faces brim.finance loads, all free on Google Fonts under the Open Font License. */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600&family=Manrope:wght@500;600;700&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,600;0,7..72,700;1,7..72,400&family=Instrument+Serif:ital@0;1&family=Geist+Mono:wght@400;600&display=swap');
:root {
  --display: 'Sora', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --serif: 'Literata', Georgia, 'Times New Roman', serif;
  --quote: 'Instrument Serif', 'Literata', Georgia, serif;
  --mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}
/* Chinese, Korean and Japanese editions keep the Latin faces first and fall back to the system CJK face:
   zh  'PingFang SC', 'Noto Sans SC', 'Microsoft YaHei'
   ko  'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic'
   ja  'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic' */
.brim-claim { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.brim-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
