/*Author(s): Ethan Scott*/

@font-face { font-family: Inter-Medium; src: url(./Inter-Medium.ttf); }

body {
    font-family: Inter-Medium;
}

p {
    font-size: 14px;
}

h2 {
    font-size: 22px;
}