@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
	--bulma-family-primary: 'Plus Jakarta Sans', sans-serif;
	--bulma-family-title: 'Space Grotesk', sans-serif;
	--bulma-primary: hsl(243 75% 59%);
	--bulma-link: hsl(243 75% 59%);
	--bulma-link-text: hsl(243 75% 59%);
	--bulma-link-h: 243;
	--bulma-link-s: 75%;
	--bulma-link-l: 59%;
	--bulma-hover-background-l-delta: -5%;
	--bulma-navbar-burger-color:#fff;
	--bulma-skeleton-lines-gap: .55em;
	--bulma-skeleton-line-height: .8em;
	--bulma-body-background-color:hsl(243 75% 100%);
    --bulma-scheme-main:hsl(243 75% 59%);
    --bulma-scheme-h:243;
    --bulma-scheme-s:75%;
    --bulma-scheme-l:88%;
}

.card{	--bulma-card-background-color: hsl(243 75% 90%);}
.title{font-family: var(--bulma-family-title); }

.navbar{background: hsl(243 75% 95%);}
.navbar-brand .is-logo{ font-size:1.6em; font-family: var(--bulma-family-title); }
.navbar-brand .is-logo::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 35%;
	vertical-align: middle;
	/* Combined gradient + SVG */
	background:
	   url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z'/><path d='M22 10v6'/><path d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/></svg>")
		center / 80% auto no-repeat,
		linear-gradient(135deg, hsl(243 75% 59%) 0%, hsl(280 75% 60%) 50%, hsl(25 95% 53%) 100%);
}
.modal-card-head{background-color:var(--bulma-grey-light);}
.modal{	--bulma-modal-card-body-background-color:hsl(243 75% 100%);}
.box{background-color:var(--bulma-white)}

a.dm-title{	font-size:1.3em; font-weight: bold;}
a.dm-title:hover{	color:var(--bulma-dark);}
a.dm-description{	color:hsl(199 29% 18%);}
a.dm-url{	-webkit-text-fill-color:hsl(199 29% 38%);	font-size:.8em;}



.is-index aside .menu-list a{font-size:1.3em; --bulma-menu-item-background-l-delta:-1%;}
.is-index aside .menu-list a:hover{ --bulma-menu-item-background-l-delta:-4%;}
aside li a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f19d';
  margin-left: -3px;
  margin-right:15px;
  color:var(--bulma-grey);
  padding:5px 0;;
  font-size:13px;
}

footer .button{border:none; box-shadow:none; color:var(--bulma-grey)}
