@font-face {
    font-family: "OpenSansLight";
    src: url("/fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "OpenSans";
    src: url("/fonts/OpenSans-Regular.ttf");
}

body {
    font-family: "OpenSans";
}

h1 {
    font-family: "OpenSansLight";
}
