@font-face { font-family: "Titan"; src: url('TitanOne-Regular.ttf') format('truetype'); } body { margin: 10%; background-color: hsl(0, 0%, 100%); color: hsl(0, 0%, 0%); line-height: 1.5; font-family: "Titan", Arial, sans-serif; } H2, H3 { text-align: center; color: hsl(0, 0%, 0%) } H1 { text-align: center; color: hsl(0, 0%, 0%) } H1 { font-size: 35px; font-weight: 100; } H2 { font-size: 25px; font-weight: 200; } H3 { font-size: 15px; font-weight: 50; } p { font-size: 1.125rem; }