/* @reference: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight */
@font-face
  font-family 'Metropolis'
  src url('https://raw.githubusercontent.com/lovincyrus/Metropolis/master/Fonts/Webfonts/WOFF2/Metropolis-ExtraLight.woff2') format('woff2')
  font-weight 200

@font-face
  font-family 'Metropolis'
  src url('https://raw.githubusercontent.com/lovincyrus/Metropolis/master/Fonts/Webfonts/WOFF2/Metropolis-Regular.woff2') format('woff2')
  font-weight 400

@font-face
  font-family 'Metropolis'
  src url('https://raw.githubusercontent.com/lovincyrus/Metropolis/master/Fonts/Webfonts/WOFF2/Metropolis-SemiBold.woff2') format('woff2')
  font-weight 600

@font-face
  font-family 'Metropolis'
  src url('https://raw.githubusercontent.com/lovincyrus/Metropolis/master/Fonts/Webfonts/WOFF2/Metropolis-Bold.woff2') format('woff2')
  font-weight 700

@font-face
    font-family 'JetBrains Mono'
    src url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf') format('truetype')
    font-weight normal
    font-style normal

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, input
  font-weight inherit
  font-style inherit
  font-family inherit
  font-size 100%
  vertical-align baseline
  margin 0
  padding 0
  box-sizing border-box

a[href]
  color inherit
  text-decoration initial

html
  scrollbar-color #eee white

body
  margin 0
  font-weight 400
  font-family "Metropolis",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Helvetica Neue",sans-serif
  letter-spacing 0.03em
  -webkit-font-smoothing antialiased
  color var(--color-text, black)
  text-rendering optimizeLegibility

:root
  --sidebar-width 19rem
  --aside-width 280px
  --topbar-height 100px
  --color-text #000
  --color-text-dim rgba(0,0,0,0.667)
  --color-link #5064FB
  --color-primary #5064FB
  --color-code inherit
  --sidebar-bg #fff
  --sidebar-footer-height 100px
  --layout-width 1540px

code
  -webkit-font-feature-settings "liga" on, "calt" on
  font-family "JetBrains Mono","Menlo","Monaco","Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace

select
  font-size inherit
  font-family inherit

[hide]
  display none
