@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
	--bulma-family-primary: 'Inter', system-ui, -apple-system, sans-serif;
	--bulma-family-title: 'Sora', system-ui, sans-serif;
	--bulma-primary: hsl(240 5.9% 10%);
	--bulma-link: hsl(240 5.9% 10%);
	--bulma-link-text: hsl(271 91% 65%);
	--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 40% 98%);
    --bulma-scheme-main:hsl(222 84% 5%);
    --bulma-scheme-h:192;
    --bulma-scheme-s:82%;
    --bulma-scheme-l:60%;
}

.card{ background:	var(--bulma-primary); color:var(--bulma-grey-light)}
.title{font-family: var(--bulma-family-title); }
.navbar-brand .is-logo{ font-size:1.2em; text-transform: uppercase; font-family: var(--bulma-family-title); color:var(--bulma-white)}
.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'>\
<line x1='6' y1='11' x2='10' y2='11'/>\
<line x1='8' y1='9' x2='8' y2='13'/>\
<line x1='15' y1='12' x2='15.01' y2='12'/>\
<line x1='18' y1='10' x2='18.01' y2='10'/>\
<path d='M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z'/>\
</svg>")
		center / 60% auto no-repeat,
        linear-gradient(to right bottom, rgb(147, 51, 234), rgb(8, 145, 178));
}

a.navbar-item:hover{	--bulma-navbar-item-background-l-delta:-90%;}
footer{background-color:rgb(2, 6, 23); color:var(--bulma-grey-light)}
footer hr{display: none;}
footer .button.is-small{background:var(--bulma-transparent);border:none; box-shadow:none;color:var(--bulma-grey-light)}

.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)}
.box .button{border-radius: var(--bulma-radius-rounded);}
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: '\f138';
  margin-left: -3px;
  margin-right:5px;
  color:var(--bulma-grey-light);
  padding:5px 0;;
  font-size:1em;
    background: linear-gradient(to right bottom, rgb(147, 51, 234), rgb(8, 145, 178));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-font-smoothing: antialiased;
}
.is-index aside .menu-list a{font-size:1.12em; --bulma-menu-item-background-l-delta:0.1%;}
.is-index aside .menu-list a:hover{ --bulma-menu-item-background-l-delta:-50%;}
aside .menu-list a{color:var(--bulma-grey); font-size:1em;}
.menu-list a:hover{--bulma-menu-item-background-l-delta:-50%; color:var(--bulma-white)}
.menu-list a:hover::before{color:var(--bulma-white)}

