@font-face {
  font-family: "Highest South";
  src: 
    local('Highest South'), local('highest-south'),
    url('highest-south-subset.woff2') format('woff2'),
    url('highest-south-subset.zopfli.woff') format('woff')
}

body {
  --starlino-font-family-highest-south: yellowtail, cursive;
}

.fonts-loaded body {
  --starlino-font-family-highest-south: "Highest South", yellowtail, cursive;
}