{"version":3,"sourceRoot":"","sources":["../_sass/_settings.scss","print.scss"],"names":[],"mappings":"AAAA;ACCQ;EACJ;EACA;;;AAEA;AAAA;AAAA;EAGI;EACA;EACA;;;AAEJ;EAAE;;;AACF;EACI;EACA;EAAW;;AAGf;EACI;;;AAGJ;EACE,aDjBM;ECkBN;EACA;EACA;EACA;;;AAGF;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;EAGI;EACA;;;AAEJ;EACI;;;AAGJ;EACE","sourcesContent":["/* This file contains all the constants for colors and font styles */\n\n$body-font: ETBembo, \"Chronicle Text G2\", Palatino, \"Palatino Linotype\", \"Palatino LT STD\", \"Book Antiqua\", Georgia, serif;\n// Note that Gill Sans is the top of the stack and corresponds to what is used in Tufte's books\n// However, it is not a free font, so if it is not present on the computer that is viewing the webpage\n// The free Google 'Lato' font is used instead. It is similar.\n$sans-font: \"Gill Sans\", \"Gill Sans MT\", \"Gotham Narrow\", \"Lato\", Calibri, sans-serif;\n$code-font: Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n$url-font: \"Lucida Console\", \"Lucida Sans Typewriter\", Monaco, \"Bitstream Vera Sans Mono\", monospace;\n$text-color: #111;\n$bg-color: #fffff8;\n$contrast-color: #b45309;\n$border-color: #333333;\n$link-style: underline; // choices are 'color' or 'underline'. Color option styles links with $contrast-color set above\n\n\n\n","@import \"../_sass/settings\";\n        * {\n    -webkit-transition: none !important;\n    transition: none !important;\n    }\n    *,\n    *:before,\n    *:after {\n        background: transparent !important;\n        box-shadow: none !important;\n        text-shadow: none !important;\n    }\n    *{transition:none!important}\n    @page {\n        margin: 0.75in 0.5in 0.75in 0.5in;\n        orphans:4; widows:2;\n    }\n\n    body {\n        font-size:  12pt;\n\n    }\n    html body span.print-footer{\n      font-family: $sans-font;\n      font-size: 9pt;\n      margin-top: 22.4pt;\n      padding-top: 4pt;\n      border-top: 1px solid #000;\n    }\n\n    thead {\n        display: table-header-group;\n    }\n\n    tr,\n    img {\n        page-break-inside: avoid;\n    }\n\n    img {\n        max-width: 100% !important;\n    }\n\n    p,\n    h2,\n    h3 {\n        orphans: 4;\n        widows: 4;\n    }\n    article h2, article h2 h3, article h3, article h3 h4, article h4, article h4 h5 {\n        page-break-after: avoid;\n    }\n\n    body header , body footer {\n      display:none;\n    }\n"],"file":"print.css"}