html, body, address, blockquote, div, form, fieldset, caption, h1, h2, h3, h4, h5, h6, hr, ul, li, ol, ul, table, tr, td, th, p, img {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
img, fieldset {
    border: none;
}
a {
    text-decoration: none;
    color: white;
    clear: both;
}
/* html {
    height: 100%} */
i {
    vertical-align: top !important;
}
p {
    color: beige;
}
body {
    min-height:100vh;
    min-height: 100dvh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    /* display:flex;
    flex-direction: column; */
    /* margin-top: 50px; */
    background: url(../img/front_page/hangman-small.webp) no-repeat;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Helvetica Neue",  Verdana,  Arial,  Helvetica,  sans-serif;
    line-height: 1.4;
}

h1 {
    /* padding-top: 50px;  */
    /* padding-left: 50px;  */
    font-family: 'Sansita',  sans-serif;
    font-weight: 900;
    color: white; 
    text-align: center;
    
}
h2{
    color: beige;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
}
.page-wrap:after {
    content: "";
    display: block;
}
footer, .page-wrap:after {
    height: 142px;
}
header {
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    text-decoration: none;
    position: fixed;
    background: #0d1014;
    background: -moz-radial-gradient(center,  ellipse cover,  #0d1014 0%,  #052f49 0%,  #131313 72%,  #131313 100%,  #131313 100%,  #131313 100%,  #131313 100%,  #131313 100%,  #131313 100%);
    background: -webkit-radial-gradient(center,  ellipse cover,  #0d1014 0%, #052f49 0%, #131313 72%, #131313 100%, #131313 100%, #131313 100%, #131313 100%, #131313 100%, #131313 100%);
    background: radial-gradient(ellipse at center,  #0d1014 0%, #052f49 0%, #131313 72%, #131313 100%, #131313 100%, #131313 100%, #131313 100%, #131313 100%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1014',  endColorstr='#131313', GradientType=1 );
    border-bottom: solid 2px rgba(9, 94, 142, 0.1);
}
header #toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    list-style: none;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
}
footer {
    display: flex;
    justify-content: center;
    background-color: #000;
    font-size: 12px;
    /* color: #676767; */
    color: #a6a6a6; /* mal bolj svetla */
    margin-top: auto;
    width: 100%;
}
footer a {
    /* color: #3f3d3d; */
    color: #676767; /* mal bolj svetla */
    text-decoration: none;
}
footer a:hover {
    color: #adada2;
    text-decoration: underline;
}
.wrapper {
    /* width: 1024px; */
    width: min(1024px, 100%);
    margin: 0px auto;
    position: relative;
}
.centercolumn {
    width: 200px;
    margin: auto;
    height: 100px;
}
#panel {
    color: #6E6C64;
    display:flex;
    background: #000;
    border: 1px ridge #6e6c64;
    overflow: hidden;
    position: absolute;
    top:0px;
    opacity: 0;
    font-size: 0.9rem;
    right: 0px;
    margin-top: 30px;
    padding: 0px 20px;
    display: none;
    gap: 1rem;
    padding: 20px 20px 15px;
    margin-right: 2px;
    transition: opacity 0.3s linear;
    
}
#panel.fade {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    /* z-index: 3; */
}
/* #hello {
    opacity: 1.0;
    transition: opacity 0.3s linear;
  } */
/* #hello.fade-in {
    opacity: 0.0;
  } */

#signup{
    margin-left:20px;
}
#panel a:hover {
    text-decoration: underline;
    cursor: pointer;
}
#panel form input {
    background-color: #414141;
    border: none;
    margin-right: 10px;
    font-family: Courier New;
    font-size: 0.75rem;
    letter-spacing: 1px;
    width: 100px;
    padding-left: 2px;
    z-index: 200;
    font-weight: 600;
}
#panel input:not(:placeholder-shown){
    background-color: rgb(207, 207, 207);
}


#panel form input:focus {
    /* background-color: #535353; */
    /* background-color: #A09D69; */
    background-color: #cfcfcf;
    /* color: #DCDCDC; */
    outline: 1px outset white;
    outline-offset: 3px;
}
#panel form button {
    color: #fff;
    background-color: #000;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    font-family: 'Lato',  sans-serif;
    /* font-size: 0.85rem; */
    margin-left: 20px;
    z-index: 200;
    min-width: 75px;
}
#panel form button:hover {
    color: #000;
    background-color: #fff;
    font-family: 'Lato',  sans-serif;
    cursor: pointer;
}

#panel a:hover {
    text-decoration: underline;
}
#showpassword {
    color: lightgray;
    font-size: 0.7rem;
    padding-top: 0.5rem;
    display:flex;
}
@media (max-width: 460px){
    #showpassword {justify-content: center;}
}

#open {
    padding-right: 10px;
    color: #c7c99d;
}
#close {
    padding-right: 10px;
    color: #c7c99d;
}
ul li.dropdown a {
    list-style: none;
    color: #f9f9f9;
}
li.dropdown {
    float: left;
    padding: 15px 30px 11px 30px;
    z-index: 2;
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    left: 0px;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
    margin-top: 11px;
}
.dropdown-content a {
    color: black;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.dropdown:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.dropdown:hover .dropdown-content {
    display: block;
}
li:hover > ul.dropdown-content.menu1 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
li:hover > ul.dropdown-content.menu1 li {
    opacity: 0;
}
li:hover > ul.dropdown-content.menu1 li:nth-child(1) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
li:hover > ul.dropdown-content.menu1 li:nth-child(2) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
li:hover > ul.dropdown-content.menu1 li:nth-child(3) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
li:hover > ul.dropdown-content.menu1 li:nth-child(4) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
li:hover > ul.dropdown-content.menu1 li:nth-child(5) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes menu1 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg) translateY(30px);
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateY(0px);
        transform: rotateY(0deg) translateY(0px);
    }
}

@keyframes menu1 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg) translateY(30px);
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateY(0px);
        transform: rotateY(0deg) translateY(0px);
    }
}

.naslovnica {
    /* width: 100%;
    height: 20vh;
    vertical-align: middle; */
    text-align: center;
    padding-top: 15vh; 
    /* display: block; */
}
/*    overflow: hidden; zty instead of padding*/

/* .naslovnica h1 {
    vertical-align: middle;
    padding-top: 90px;
    padding-left: 50px;
} */
/* .content {
    width: 100%;
    padding: 80px 0px 80px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
} */


.slika {
    height: 160px;
    /* background: #000; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    box-shadow: 0px 17px 10px -10px rgba(0,  0,  0,  0.6);
}
.slika img {
    width: 100%;
    height: 160px;
    /* background-image: url(/img/thumb/climb_thumb.jpg); */
    border: solid 2px black;
    box-sizing: border-box;
}
.slika:hover {
    box-shadow: 0px 37px 20px -20px rgba(0,  0,  0,  0.4);
    transform: translate(0px,  -10px);
}
.wrap {
    height: 100px;
    width: 100%}
.slider {
    overflow-y: hidden;
    max-height: 150px;
    -webkit-transition: all .2s cubic-bezier(0,  0.0,  0.58,  1.3);
    transition: all .2s cubic-bezier(0,  0.0,  0.58,  1.3);
    box-sizing: border-box;
    margin-top: 0px;
    height: inherit;
    width: inherit;
}
.slika:not(:hover) ~ .wrap > .slider {
    max-height: 0;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: black;
}

.slika:not(:hover) ~ .wrap > a > .slider {
    max-height: 0;
}

.clear-top {
    border-bottom: 2px dashed blue;
    margin-bottom: -15px;
}
.page-nav {
    float: left;
    list-style: none;
    padding-bottom: 5px;
}
.page-nav a {
    color: rgba(0,  0,  0,  0.5);
}
.page-nav a:hover {
    color: rgba(255,  255,  255,  0.6);
}
.page-nav li {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0,  0,  0,  0.2);
}
.page-nav li:hover {
    box-shadow: 0px 4px 8px -6px rgba(255,  255,  255,  0.4);
}
.page-nav li:last-child {
    border-right: none;
}
.information {
    font-size: 14px;
    clear: both;
    padding-top: 5px;
    width: 500px;
    height: 250px;
    background-color: rgba(0,  0,  0,  0.05);
    font-family: 'Lato',  sans-serif;
    padding: 15px;
}
.information a {
    color: #f0f0f0;
    font-family: 'Lato',  sans-serif;
}
.habitbox {
    padding: 5px 20px 20px;
    background-color: rgba(21,  21,  21,  0.7);
    color: #e1e1e1;
    border: 1px ridge silver;
    /* border-radius: 5px; */
    margin: 5px;
    position: relative;
}
input[type=number]{
    -moz-appearance: textfield;
    appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content-box img {
    float: left;
    width: 100px;
    height: 100px;
    background-color: white;
    box-sizing: border-box;
    border: 2px silver solid;
    clear: left;
    margin-right: 15px;
}
.content-box-slika img {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    border: 2px silver solid !important;
}
.habitbox p {
    color: beige;
    text-align: left;
}
.habitbox h2 {
    color: white   ;
    font-family: Arial;
    text-align: center;
    border-bottom: 1px solid gray;
    font-size: 1.2rem;
    padding-bottom: 3px;
    background: radial-gradient(rgb(0,0,0,0.5) 20%, transparent 70%);
}
.habitbox li {
    list-style: none;
}
.habitbox ul {
    font-size: 0.9rem;
    color: silver
}
.habitbox > #container {
    display: flex;
    gap: 1rem;
}
#container{
    padding-top: 15px;
}
#addhabit {
    flex-grow:1;
}

[href$=".pdf"]:before {
    content: "📜";
  }
.newhabitbutton {
    width: 64px;
    height: 24px;
}
.content-box {
    min-height: 150px;
}

.habitbox button {
    text-align: center;
    cursor: pointer;
    display:block;
}

.habitbox-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border-width: 0;
    color: white;
    font-size: 1.4rem;
    width: 2rem;
}
.habitbox-close:hover {
    background-color: red;
}
.habitbox-close:focus {
    background-color: red;
    }
#addhabit {
    padding: 10px;
    font-size: 16px;
}
#habitbtn {
    padding: 10px;
    width: clamp(64px, 10vw, 200px);
    background: #d9d9d9;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
#kgbtn {
    padding: 1px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
#habit-container:after {
    content: "";
    display: table;
    clear: both;
    margin: 10px;
}
#habit-container {
    display: none;
    margin-left: 5vw;
}
#habit-container li {
    display: none;
    font-size: 14px;
}
.content-box h3 {
    color: beige;
    text-align: left;
}
.content-box li {
    padding-left: 15px;
    list-style: square;
}
.content-box ul {
    padding-left: 15px;
}
.content-box iframe {
    width: 100%}
.content-box a {
    text-decoration: none;
    color: beige;
}
.content-box a:hover {
    text-decoration: underline;
}
#problem {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    border: 2px silver solid !important;
}
#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}
.clear {
    /* height: min(100px, 25vh); */
    height: 10svh;
}
#register {
    display: grid;
    gap: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    width: min(100%, 420px);
    margin: auto;
    padding: 2rem;
    border-radius: 2px;
    box-sizing: border-box;
    background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;

    box-shadow: inset hsla(0,0%,15%,  1) 0  0px 0px 4px; /* border */
    
}

#register input {
    height: 3rem;
    background-color: #6e6c64;
    border: none;
    box-sizing: border-box;
    padding-left: 1rem;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
#register input:focus, #register input:hover{
    border: inset 2px white;
    border-radius: 2px;
    /* transition: color 0.5s, transform 0.2s, background-color 0.2s; */
    background-color: rgb(207, 207, 207);
    /* box-sizing: border-box; */
    /* outline:dotted 2px gray;
    outline-offset: 3px; */
    outline:none;
}
/* #register input:valid{
    background-color: rgb(207, 207, 207);
    /* border: outset 3px limegreen; 
} */
/* #register input:placeholder-shown{
    background-color: #6e6c64;
} */
#register input:not(:placeholder-shown){
    background-color: rgb(207, 207, 207);
}

.form-group{
    display:grid;
}


.form-group button {
    position: relative;
    font-size: 1.2rem;
    transition: color 0.5s, transform 0.2s, background-color 0.2s;
    outline: none;
    margin: 12px 10px 0px 10px;
    padding: 23px 33px;
    border: 1px ridge silver;
    box-sizing: border-box;

}

.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* label {
    display:block;
} */

#contact-form {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    min-width: 350px;
}
#contact-form input {
    margin: 8px;
    height: 2rem;
    padding: 5px 0px 5px 10px;
    min-width: 300px;
    background-color: #cbcbcb;
    border: none;
    border-radius: 5px;
    color: #545454;
    display: block;
    font-family: 'Ubuntu',  sans-serif;
    font-size: 16px;
}
#contact-form input:focus {
    background-color: #e5e5e5;
}
#contact-form input:hover {
    background-color: #e5e5e5;
}
#contact-form textarea:focus {
    background-color: #e5e5e5;
}
#contact-form textarea:hover {
    background-color: #e5e5e5;
}
#contact-form #submit-btn {
    background-color: #FDC844;
    float: right;
    width: 310px;
}
#contact-form #submit-btn:hover {
    background-color: #fff;
}
#contact-form textarea {
    margin: 0px 8px;
    padding: 5px 0px 5px 10px;
    min-width: 300px;
    background-color: #cbcbcb;
    border: none;
    border-color: black;
    border-radius: 5px;
    display: block;
    color: #545454;
    font-family: 'Ubuntu',  sans-serif;
    font-size: 14px;
}
#status {
    display: block;
    clear: both;
    color: #616161;
    text-align: right;
}
.center {
    width: 20vw;
    min-width: 350px;
    margin: 0 auto;
}
#copywrite {
    display: flex;
    align-items: center;
}
#kaculi {
    display: flex;
    align-items: center;
}
.navigation {
    padding: 2% 4% 2% 4%;
}
.container {
    padding-left: 10vw;
}
.hidden {
    display: none;
    position: absolute;
}
/* @media (max-width: 1024px) {
    .wrapper {
    width: 100%}
} */

@media (hover: none) {
    .wrap {
        background: lightgray;
        border-radius: 0px 0px 20px 20px;
    }
    .slider {
        overflow-y: inherit;
    }
}

@media (height <= 600px){
    #register {
        grid-template-columns: 1fr 1fr;
        width:100%;
    }
}
@media (width > 1024px) {
    h2 {
        font-size: 24px !important;
    }
}

@media (width <= 460px) {

    #panel form input{
        display:flex;
        /* flex-direction: row; */
        margin: 0.6rem;
        width: auto;
        font-size: 1rem;
        padding: 0.4rem;
    }
    #panel form input[name="pwd"]{
        margin-bottom:1.5rem;
    }
    #panel {
        font-size: 0.8rem;
        flex-direction: column;
        margin-top:40px;
        }        
    #menu {
        display: none;
        }
    #contact_form {
        width: 100%
        }
    #signup{
        float:right;
        margin-right:1rem;
    }
}

@media (width < 620px) {
    #copywrite {
        display: none;
    }
    #navigation {
        order: 1;
    }
    #other {
        order: 3;
    }
    #kaculi {
        order: 2;
        margin: 0 5%;
    }
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),  local('MaterialIcons-Regular'),  url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
    font-display: swap;
}
.material-icons {
    font-family: 'Material Icons';
    /* font-weight: normal; */
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    /* letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased; */
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),  local('Lato-Regular'),  url(https://fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F,  U+1E00-1EFF,  U+20A0-20AB,  U+20AD-20CF,  U+2C60-2C7F,  U+A720-A7FF;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),  local('Lato-Regular'),  url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF,  U+0131,  U+0152-0153,  U+02C6,  U+02DA,  U+02DC,  U+2000-206F,  U+2074,  U+20AC,  U+2212,  U+2215;
    font-display: swap;
}
@font-face {
    font-family: 'Sansita';
    font-style: normal;
    font-weight: 400;
    src: local('Sansita Regular'),  local('Sansita-Regular'),  url(https://fonts.gstatic.com/s/sansita/v1/OIg80uztPzTvmaigz6QbovY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F,  U+1E00-1EFF,  U+20A0-20AB,  U+20AD-20CF,  U+2C60-2C7F,  U+A720-A7FF;
    font-display: swap;
}
@font-face {
    font-family: 'Sansita';
    font-style: normal;
    font-weight: 400;
    src: local('Sansita Regular'),  local('Sansita-Regular'),  url(https://fonts.gstatic.com/s/sansita/v1/hJSyxUQeTBqx_NJRx-g3LA.woff2) format('woff2');
    unicode-range: U+0000-00FF,  U+0131,  U+0152-0153,  U+02C6,  U+02DA,  U+02DC,  U+2000-206F,  U+2074,  U+20AC,  U+2212,  U+2215;
    font-display: swap;
}
@font-face {
    font-family: 'Sansita';
    font-style: italic;
    font-weight: 900;
    src: local('Sansita Black Italic'),  local('Sansita-BlackItalic'),  url(https://fonts.gstatic.com/s/sansita/v1/JTPHz0Wyy3AImmVqi8CQTz0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F,  U+1E00-1EFF,  U+20A0-20AB,  U+20AD-20CF,  U+2C60-2C7F,  U+A720-A7FF;
    font-display: swap;
}
@font-face {
    font-family: 'Sansita';
    font-style: italic;
    font-weight: 900;
    src: local('Sansita Black Italic'),  local('Sansita-BlackItalic'),  url(https://fonts.gstatic.com/s/sansita/v1/JTPHz0Wyy3AImmVqi8CQT-gdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF,  U+0131,  U+0152-0153,  U+02C6,  U+02DA,  U+02DC,  U+2000-206F,  U+2074,  U+20AC,  U+2212,  U+2215;
    font-display: swap;
}
