/* ==========================================================================
   Bollenbach Ghost Theme - Minimal
   ========================================================================== */

/* Import CSS Partials */
@import 'src/_variables.css';
@import 'src/_base.css';
@import 'src/_layout.css';
@import 'src/_components.css';
@import 'src/_gallery.css';
@import 'src/_toc.css';
@import 'src/_post.css';
@import 'src/_cards.css';

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .site-header,
  .site-footer,
  .related-posts,
  .theme-toggle,
  .pagination {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-size: 11pt;
  }

  a {
    color: black;
  }
}
