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

:root {
--cassiopeia-color-primary: #9b52e3;
--cassiopeia-color-link:    #dimgrey; 
--cassiopeia-color-hover:   #68d0f4;
}

h1,h2,h3 {
    background-color: #8daffa;
    border: 1px solid #5177c1;
    padding: 5px;
    text-align: center;
}