/* @font-face {
    font-family: 'engebrechtreexpanded';
    src: url('../fonts/engebrechtre.ex-regular-webfont.woff2') format('woff2'),
         url('../fonts/engebrechtre.ex-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amethystaregular';
    src: url('../fonts/amethysta.regular-webfont.woff2') format('woff2'),
         url('../fonts/amethysta.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;	
}
*/
:root {

	--cassiopeia-color-primary: #383E42;
	--cassiopeia-color-link: #f9b233;
	--cassiopeia-color-hover: #383E42;
	
	--cassiopeia-font-family-body: "amethystaregular", sans-serif;
	--cassiopeia-font-family-headings: "engebrechtreexpanded";
	--cassiopeia-font-weight-headings: 400;
	--cassiopeia-font-weight-normal: 400;
}

h1 {
	font-size:4rem
}

.mod-menu {
 align-items:center;
 display:flex;
 flex-wrap:wrap;
 font-size:1.5rem;
 line-height:1.5;
 padding:.5em 1em;
 font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",);
}

.footer {
 ! background-color:var(--cassiopeia-color-primary);
/* background-image:linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%); */
 color:#fff;
 font-size:1rem;
  margin-top:1em
}