@font-face { font-family: "textfont"; src: url("./fonts/dpcomic.ttf"); font-display: swap; } @font-face { font-family: "titlefont"; src: url("./fonts/kidpixies.ttf"); font-display: swap; } @font-face { font-family: "headingfont"; src: url("./fonts/handpixies.ttf"); font-display: swap; } h1, h2 { font-family: "titlefont"; font-size: 60px; } h3, h4, h5, h6 { font-family: "headingfont"; } p, a { font-family: "textfont"; font-size: 24px; line-height: 200%; } a { text-decoration: none; } h3 { font-size: 40px; } h1, h2 { line-break: loose; } h3, h4, h5, h6, a, p { line-break: loose; } .imageButton { font-size: 0px; max-width: 64px; max-height: 64px; } * { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto !important; }