@font-face {
  font-family: '300A';
  src: url('/site/type/sans/300A.woff2') format('woff2'),
       url('/site/type/sans/300A.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  
  font-display: block;
}
@font-face {
  font-family: '400r';
  src: url('/site/type/srif/400r.woff2') format('woff2'),
       url('/site/type/srif/400r.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';
  font-synthesis: weight style;
  
  font-display: swap;
}
@font-face {
  font-family: '400l';
  src: url('/site/type/srif/400l.woff2') format('woff2'),
       url('/site/type/srif/400l.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';
  font-synthesis: weight style;

  font-display: swap;
}
/*
@font-face {
  font-family: 'm400';
  src: url('/site/type/mono/m400.woff2') format('woff2'), 
       url('/site/type/mono/m400.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  
  font-display: block;
}
*/
@font-face {
  font-family: 'm300';
  src: url('/site/type/mono/m300.woff2') format('woff2'),
       url('/site/type/mono/m300.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  
  font-display: block;
}
@font-face {
  font-family: '400i';
  src: url('/site/type/srif/400i.woff2') format('woff2'),
       url('/site/type/srif/400i.woff') format('woff');
  font-style: italic;
  font-weight: 400;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';
  font-synthesis: weight style;
  
  font-display: swap;
}

.lig {color: inherit!important;
  font: normal 400 '400l'!important;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';/*,'hist','swsh'*/
  font-synthesis: weight style;

  font-display: swap;
}/*,'hist','swsh','zero','onum'*/

html,body,
div,span,p,blockquote,
h1,h2,h3,h4,h5,h6,
main,small,ul,ol,li,a {
  margin: 0;padding: 0;
  border: 0;outline: 0;
  background: transparent
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;/* this seemed to do it alone */
  -webkit-font-smoothing: antialiased;/* safari: sans&mono actually light */
  background-color: #ffffff;
}
*, *:before, *:after {box-sizing: inherit}
* {/* naughty 2get rid o android blue */
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
html,body {
  font-size: 16px;
  width: 100%;height: 100%;
  overflow-x: hidden!important;
}
body {
  background-color: rgba(255,255,240,.35);
  color: #000;
  overflow: hidden;
}
#all {
  display: block;
  position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;
  width: 100%;height: 100%;
  overflow-x: hidden;overflow-y: auto;
  transition: opacity 1s;
  /* below works more or less on Firefox */
  scroll-behavior: smooth!important;
  scrollbar-width: thin!important;
  scrollbar-color: rgba(220,220,220,.65) transparent!important;
}/*                button                bar            */
/* below works more or less on Chrome, Edge, and Safari */
#all::-webkit-scrollbar {width: 10px !important}
#all::-webkit-scrollbar-track {background: transparent!important}
#all::-webkit-scrollbar-thumb  {
  background-color: rgba(220,220,220,.65)!important;
  border-radius: 20px!important;
  border: 0px solid rgba(220,220,220,.65)!important;
}
 
ul {list-style-type: none}

/* span,a {display: inline-block}not such a good idea links don't wrap */

a:link  {
  text-decoration: none;
  outline-color: rgba(0,0,111,.65)
}
h1,h2,h3,h4,h5,h6,b {font-weight: normal!important;}

::-moz-selection {color: #666;background: ghostwhite}/* rgb stops selection */
::selection      {color: #666;background: ghostwhite}

p {
  padding-bottom: 1em;
  font: 1rem;
  line-height: 1.5
}

hr {border: none}

.table {display: table}
.tr    {display: table-row}
.td    {display: table-cell}

.nowrap {white-space: nowrap}
.op0 {opacity: 0}
.noshow,#noshow {opacity: 0;margin-left: -333px;}
.displaynone {display: none;}
.sc  {font-variant: small-caps;}
.hl  {background-color: rgba(255,255,0,.5);}
.hhl {background-color: rgba(255,255,0,.1);}
.i400 {
  font: italic 400 1rem '400i','400l','400r',serif;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';
  font-synthesis: weight style;
  font-display: block;
}
.m300 {font: 300 1rem 'm300',monospace;}
.m400 {font: 400 1rem 'm400',monospace;}
.l400 {
  font: normal 400 1rem '400l','400r',serif;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: 'kern','liga','dlig','hlig','cswh';
  font-synthesis: weight style;
  font-display: block;
}