// ========================================================================
// ABSTRACTS => DEFINITIONS => FONT FAMILIES
// ========================================================================

/***
SUMMARY
=======================
Define your font-family stacks in the following variable formats. 
Please take care when editing the Sass maps.
***/
// $font-code-ligatures: 'Fira Code Retina', Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;

// @mixin code-with-ligatures {
//   font-family: $font-code-ligatures;
//   font-weight: 400;
//   font-style: normal;
// }