@import url(<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">);
body,h1,h2,h3 { font-family: 'Roboto Condensed'; }
body {  font-size:18px; }
h1 {font-size: 60px;}
h2 {font-size: 48px;}
h3 {font-size: 32px;}

:root {
--cassiopeia-color-primary: #FF0000; 
--cassiopeia-color-link:    dimgrey; 
--cassiopeia-color-hover:   #C0C0C0;
  
  h1,h2,h3 {
    background-color: #8DB7FF;
    border: 1px solid #1DB7FF;
    padding: 5px;
    text-align: center;
}