/* Legal pages: typography and long-text wrapping. */
@font-face{font-family:'Cera Round Pro';src:url('../fonts/typemates_-_ceraroundpro-regular-webfont.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Cera Round Pro';src:url('../fonts/typemates_-_ceraroundpro-medium-webfont.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Cera Round Pro';src:url('../fonts/typemates_-_ceraroundpro-bold-webfont.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
html,body{font-family:'Cera Round Pro',Arial,sans-serif;background:#fff;color:#1b2528}
body{margin:0}
a{color:#0b5f59;text-decoration:none}
a:hover{text-decoration:underline}
.dark{color:#1b2528}
.regular{font-weight:400}
.medium{font-weight:500}
.bold{font-weight:700}
.txt12{font-size:12px}
.txt14{font-size:14px}
.txt16{font-size:16px}
.txt18{font-size:18px}
.txt20{font-size:20px}
.txt24{font-size:24px}
.txt30{font-size:30px}
main.container{background:#fff;overflow-wrap:anywhere}
h1,h2,h3{line-height:1.2;margin-top:1.2em;margin-bottom:.55em}
p,li{line-height:1.65}
hr{border:0;border-top:1px solid #dde5e3;margin:24px 0}
@media(max-width:640px){
  main.container{padding-left:18px!important;padding-right:18px!important}
  .txt30{font-size:26px}
}