/*

Color Scheme

/*

// $color__background-content: fff; // posts, pages and sidebar background color. // $color__background-body: e4f0f6; // body background color // $color__text: #000112; // body text color // // $color__link: #4e9dd8; // color for links and accents // $color__link-hover: #2361a7; // alternate color for active or focused links and accents // // $color__details: #939496; // color for details such as borders and shadows // $color__details-lighter: f0f1f4; // lighter alternative for details // $color__details-darker: #6d6e70; // darker alternative for details

/*

Typography

*/

// $font__body: “Avenir Next”, Corbel, “Fira Sans”, “Trebuchet MS”, Ubuntu, sans-serif; // used for the main, body typography // $font__headings: $font__body; // used for headings and feature elements // $font__code: “Cascadia Code”, SFMono-Regular, Menlo, Consolas, “Fira Mono”, “DejaVu Sans Mono”, monospace; // used for pre-formatted text and code.

/*

Layout

*/

// $layout__container-width: 1180px; // the width of the main content (content + sidebar) // $layout__gutter: 2rem; // the spacing unit between elements.

@import “{{ site.theme }}”;