<style>
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar&display=swap');
</style>
body { font-family: 'Kanit'; }
h1,h2,h3 { font-family: 'Sigmar'; }
body {  font-size:18px; }
h1 {font-size: 60px;}
h2 {font-size: 48px;}
h3 {font-size: 32px;}

:root {
--cassiopeia-color-primary: purple; 
--cassiopeia-color-link:    dimgrey; 
--cassiopeia-color-hover:   pink;
}