@font-face{ font-family:BoldFont; src: url('lato-black-webfont.woff2'); }
@font-face{ font-family:BodyFont; src: url('SinkinSans-500Medium-webfont.woff'); }
@font-face{ font-family:FineFont; src: url('tanohesans.woff2'); }

/* ELEMENTS */

* { box-sizing:border-box; margin:0; padding:0; }
html, body { min-height:100vh; width:100%; }
body { font-family: BodyFont,Calibri,Helv,Arial,sans-serif; }
figure, figure img { max-width:100%; height:auto; margin:18px auto; }
p { margin-top:1em; }
em { font-family:'Times New Roman',roman,serif; font-size:1.4em; font-weight:600; line-height:1em; }
strong { font-family:BoldFont,Impact,serif; font-size:1.25em; }
p strong, li strong { line-height:0.8em; }
h1, h2, h3, h4, h5, h6 { font-family:BoldFont,Impact,Helv,Arial,sans-serif; font-weight:normal; margin: 0.5em 0 0.5em; line-height:1.25em; }
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { font-weight:900; font-size:1.2em; }
p+h1:not(.tight), p+h2:not(.tight), p+h3:not(.tight), p+h4:not(.tight), .withgap { margin-top:2em; }
ul, ol { margin:1em 00; padding-left:1.5em; }
sup { font-size:11pt; }
hr { margin:12px 0; background:maroon; border:none; height:2px; clear:both; }

.fine { font-family:FineFont; }

