@@ -1,10 +1,4 @@
1-@font-face {src:url("fonts/UMTypewriter-Regular.otf"); font-family:"UM Typewriter";}
2-@font-face {src:url("fonts/UMTypewriter-Bold.otf"); font-family:"UM Typewriter"; font-weight:bold;}
31@font-face {src:url("fonts/OverpassMono-Light.ttf"); font-family:"Overpass Mono";}
4-@font-face {src:url("fonts/PTSerif-Regular.ttf"); font-family:"PT Serif";}
5-@font-face {src:url("fonts/PTSerif-Bold.ttf"); font-family:"PT Serif"; font-weight:bold;}
6-@font-face {src:url("fonts/PTSerif-Italic.ttf"); font-family:"PT Serif"; font-style:italic;}
7-@font-face {src:url("fonts/PTSerif-BoldItalic.ttf"); font-family:"PT Serif"; font-weight:bold; font-style:italic;}
8293// typography system
104// adapted from gridlover 16 / 1.4 / 1.618
@@ -21,7 +15,7 @@ hr,.hr{border:1px solid;margin:-2px 0 $glh 0;}
21152216// general styles
2317// colors from https://ethanschoonover.com/solarized/
24-$fb:"UM Typewriter",monospace; $fc:"PT Serif",Georgia,serif;$fm:"Overpass Mono",monospace;
18+$fb:Georgia,serif; $fc:Georgia,serif;$fm:"Overpass Mono",monospace;
2519$cbg:#fdf6e3/*color-bg*/; $cbg2:#eee8d5/*color-bg-alt*/; $cfg:#073642/*color-fg*/; $cem:#586e75/*color-em*/;
2620html{font-family:$fb; background-color:$cbg; color:$cfg;} .page-content{font-family:$fc;} *{box-sizing:border-box;} a{color:inherit;}
2721pre,code{font-family:$fm;} pre{max-width:100%;overflow-x:auto;} .highlight>pre{background-color:inherit !important;/*disable syntax highlighter bg color*/}