/*
	    __    _                               
	   / /_  (_)___ __      ____  ____  ______
	  / __ \/ / __ `/ | /| / / / / / / / /_  /
	 / /_/ / / /_/ /| |/ |/ / /_/ / /_/ / / /_
	/_.___/_/\__, / |__/|__/\__, /\__, / /___/
		/____/         /____//____/       
	
	thebigwyyz.site stylesheet
*/


/*
 * CHARTER FONT decls begin
 */
/*
This is a copy of the Charter fonts which Bitstream contributed to the
X consortium. This is the original notice included with the fonts:
    (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. You are hereby
    granted permission under all Bitstream propriety rights to use, copy,
    modify, sublicense, sell, and redistribute the 4 Bitstream Charter (r)
    Type 1 outline fonts and the 4 Courier Type 1 outline fonts for any
    purpose and without restriction; provided, that this notice is left
    intact on all copies of such fonts and that Bitstream's trademark is
    acknowledged as shown below on all unmodified copies of the 4 Charter
    Type 1 fonts.
    BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
 */
@font-face {
    font-family: charter;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('charter_regular.woff2') format('woff2');
}

@font-face {
    font-family: charter;
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    src: url('charter_italic.woff2') format('woff2');
}

@font-face {
    font-family: charter;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    src: url('charter_bold.woff2') format('woff2');
}

@font-face {
    font-family: charter;
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    src: url('charter_bold_italic.woff2') format('woff2');
}
/*
 * CHARTER FONT decls end
 */

body{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:1000px;
    position: relative;
    z-index: -7777;

    font-family: "Charter", serif;
    line-height:1.4;
    font-size: 0.96rem;
}

div#content {
    padding: 3rem 0 18rem 0;
    margin-left: 12rem;
    margin-right: 2.5rem;
}

title-block {
    margin-bottom: 2em;
    padding-top: 5px;
    border-top: solid 3px;
}
/*
@media (prefers-color-scheme: light) {
 */
    title-block {
        border-top-color: #333;}
    /*
}
@media (prefers-color-scheme: dark) {
    title-block {
        border-top-color: #ccc;}
}
*/

topic {
    display: block;
    font-style: normal;
    hyphens: none;
}

title-block, aside {
    display: block;
    float: left;
    position: absolute;
    margin-left: 0;
    left: 2.5rem;
    width: calc(2.5rem * 3);
    text-align: right;
    list-style-type: none;
    clear: both;
    margin-bottom: 1rem;
    font-variant-numeric: normal;
    overflow-x: clip;
}

title-block topic {
    font-family: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-size: 125%;
    line-height: 1.10;
    border-bottom: inherit;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-weight: bolder;
    border-top: 0;
    padding-top: 0;
}

short-rule {
    display: block;
    font-size: 100%;
    line-height: 1.25;
    font-style: italic;
    hyphens: none;
}

pre {
    font-family: "Fira Code", monospace;
    font-variant-ligatures: none;
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

ul {
    margin-bottom: 1em;
    margin-left: 1em;
}

dd {
    padding-bottom: 1em;
    padding-left: 1em;
}

h2 {
    padding-bottom: 0.5em;
}

#logo {
    width: inherit;
}

section {
    padding-bottom: 2em;
}
/*
@media (prefers-color-scheme: dark) {
    body {background-color: black; color: white;}
    a {color:lightgreen;}
}
@media (prefers-color-scheme: light) {
*/
    body {backgroudn-color: white; color: black;}
    a {color: darkgreen;}
/*}*/

* {
    margin: 0;
    padding: 0;
}
