*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "NeueHaasDisplay", sans-serif;
    font-weight: 400;
}

body {
    margin: 0;
    background: white;
}

@font-face {
    font-family: NeueHaasDisplay;
    src: url("/fonts/NeueHaasDisplayRoman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NeueHaasDisplay;
    src: url("/fonts/NeueHaasDisplayLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}