@font-face {
    font-family: 'Fredoka';
    src: url('/Fredoka-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
html{
    box-sizing:border-box;
    font-size:16px
}
*,:after,:before{
    box-sizing:inherit
}
body,h1,h2,h3,h4,h5,h6,ol,p,ul{
    margin:0;
    padding:0;
    font-weight:400;
	font-family: 'Fredoka', sans-serif;
}
ol,ul{
    list-style:none
}
img{
    max-width:100%;
    height:auto
}
.b-intro{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    width:100vw
}
.b-intro__text {
	font-size: 64px;
	font-weight: bold;
	text-align: center;
}
.green {
	color: #92d00b;
}
@supports (height:100dvh){
    .b-intro{
        height:100dvh
    }
}
.b-intro__inner{
    text-align:center
}
.b-intro__inner svg{
    width:50%;
    margin-top:50px;
}
@media (max-width:750px){
    .b-intro__inner{
        margin:0 20px
    }
}
