@font-face {
    font-family: "Poppins-Light";
    src: url("/frontend/fonts/Poppins-Light.woff")
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("/frontend/fonts/Poppins-Medium.woff")
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("/frontend/fonts/Poppins-Regular.woff")
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("/frontend/fonts/Poppins-SemiBold.woff")
}

html,
body, 
p {
    font-family: "Poppins-Light";
}
#menu {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#menu .links a {
    margin-left: 20px;
    font-size: 14px;
    font-family: "Poppins-Regular";
}