@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: Lexend;
    src: url("fonts/Lexend-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: Lexend;
    src: url("fonts/Lexend-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: Lexend;
    src: url("fonts/Lexend-Bold.woff2") format("woff2");
    font-display: swap;
}

.login,
.admin,
.events h2 {
	background-image: url("../images/login.png");
}

.marketnews h2 {
	background-image: url("../images/marketnews-header.jpg");
}