// font
$fontSize = 13px
$fontWeight = 400

// colors
// $accentColor = #3eaf7c
$accentColor = #4688F1
// $textColor = #2c3e50
$textColor = #161F28
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc

// layout
$navbarHeight = 3.6rem
$sidebarWidth = 20rem
$contentWidth = 740px

// responsive breakpoints
$MQNarrow = 959px
$MQMobile = 719px
$MQMobileNarrow = 419px

// code
$lineNumbersWrapperWidth = 3.5rem

@require './palette'
@import '~@temp/palette.styl' // generated from user config
