/*
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:wght@300;400;500;600;700&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins',serif;
    text-decoration:  none;
    font-weight: 400;
    font-size: 1rem;
}

.loggedin {
    color: var(--menuBtnBack);
}
.fontGray {
    color: var(--fontColorGray);
}

.fontGreen {
    color: #80C3BC;
}
.fontKop {
    color: var(--KopText);
}

.fontKop25 {
    color: var(--KopText);
    opacity: 75%;
}

.fontSub {
    color: var(--SubKopText);
}


strong {
    font-weight: 600;
}
h3 {
	padding:0;
	margin:0;
    font-weight: 600;
}
h4 {
	padding:0;
	margin:0;
}
h5 {
	padding:0;
	margin:0;
}
.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.bold {
    font-weight: bold;
}

.weight300 {
    font-weight: 300;
}

.weight400 {
    font-weight: 400;
}

.weight500 {
    font-weight: 500;
}

.weight600 {
    font-weight: 600;
}
.italic {
    font-style: italic;
}

.white {
    color: #FFFFFF;
}
.red {
    color: #F4090D;
}
.green {
    color: #00CB04;
}