/* @import must always be at the top of your publish.css file */
@import url('https://fonts.googleapis.com/css2?family=Fruktur:ital@0;1&display=swap'); /* headers */
@import url('https://fonts.googleapis.com/css2?family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap'); /* body */

body {
  --font-text-theme: 'Winky Rough';
  --page-title-font: 'Fruktur';
  --drag-ghost-text-color: #46A9FF;

}

.theme-dark {
background-color: #182031;
}

.theme-light {
background-color: #9fbcfa;
}


.published-container
{
    --footer-display: none;
}

a. {
    color:#5BCBE7;
}