

:root {
	--bulma-family-primary: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--bulma-family-title:  ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--bulma-primary: hsl(240 5.9% 10%);
	--bulma-link: hsl(240 5.9% 10%);
	--bulma-link-text: rgb(239, 68, 68);
	--bulma-link-h: 210;
	--bulma-link-s: 40%;
	--bulma-link-l: 98%;
	--bulma-hover-background-l-delta: -5%;
	--bulma-navbar-burger-color:#fff;
	--bulma-skeleton-lines-gap: .55em;
	--bulma-skeleton-line-height: .8em;
	--bulma-skeleton-background:var(--bulma-grey-lighter);
	--bulma-body-background-color:hsl(210 20% 98%);
    --bulma-scheme-main:hsl(210 20% 98%);
    --bulma-scheme-h:221;
    --bulma-scheme-s:39%;
    --bulma-scheme-l:11%;
}

.card{ background:	var(--bulma-primary); }
.title{font-family: var(--bulma-family-title); }
.navbar-brand .is-logo{ font-size:1.2em; text-transform: uppercase; font-family: var(--bulma-family-title);}
.navbar-brand .is-logo::before { content: ""; display: inline-block; width: 31px; height: 31px; border-radius: 35%; vertical-align: middle;
	/* Combined gradient + SVG */
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'></path><path d='M3 6h18'></path><path d='M16 10a4 4 0 0 1-8 0'></path></svg>")
	center / 60% auto no-repeat,
        linear-gradient(to right, rgb(249, 115, 22), rgb(239, 68, 68));
}

a.navbar-item:hover{	--bulma-navbar-item-background-l-delta:-10%;}
.card{background-image:linear-gradient(to right bottom, rgb(255, 247, 237), rgb(254, 242, 242))}

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

.modal{	--bulma-modal-card-body-background-color:var(--bulma-white);--bulma-modal-card-head-background-color:var(--bulma-grey-light)}
.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;}

aside li a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f290';
  margin-left: -3px;
  margin-right:5px;
  color:var(--bulma-grey-light);
  padding:5px 0;;
  font-size:1em;
    background: rgb(239, 68, 68);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-font-smoothing: antialiased;
}
.is-index aside .menu-list a{font-size:1.3em; --bulma-menu-item-background-l-delta:-4%;}
.is-index aside .menu-list a:hover{ --bulma-menu-item-background-l-delta:-6%;}
.menu-list a:hover{--bulma-menu-item-background-l-delta:-10%; color:var(--bulma-black)}
.menu-list a:hover::before{color:var(--bulma-black)}
.box .button{border-radius: var(--bulma-radius-rounded);}

