@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body,h1,h2,h3 { font-family: 'Roboto Condensed'; }
body {  font-size:18px; }
h1 {font-size: 50px;}
h2 {font-size: 48px;}
h3 {font-size: 32px;}

:root {
--cassiopeia-color-primary: blue; 
--cassiopeia-color-link:    white; 
--cassiopeia-color-hover:   pink;
}

h1,h2,h3 {
    background-color: white;
    border: 1px solid blue;
    padding: 3px;
    text-align: center;
}