@font-face {
    font-family: 'Sofia Sans';
    src: url('./static/SofiaSans-ExtraBold.woff2') format('woff2'),
        url('./static/SofiaSans-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('./static/SofiaSans-Regular.woff2') format('woff2'),
        url('./static/SofiaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('./static/SofiaSans-Bold.woff2') format('woff2'),
        url('./static/SofiaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body { font-family:'Sofia Sans', sans-serif; font-size:14px; line-height:18px; margin:0; padding:0; }

img.logo { width:100%; max-width:340px; }

h1 { font-size:26px; line-height:30px; font-weight:900; }
p { font-size:17px; line-height:23px; }
p a { font-weight:700; color:#000000; }

@media (min-width:640px) {
  p { font-size:20px; line-height:26px; }
}

@media (min-width:768px) {
  h1 { font-size:32px; line-height:38px; }
}