﻿ @font-face {
     font-display: swap;
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/roboto-v32-latin-regular.eot');
     src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-v32-latin-700.eot');
     src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Schoolbell';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/schoolbell-v18-latin-regular.eot');
     src: url('../fonts/schoolbell-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/schoolbell-v18-latin-regular.woff2') format('woff2'), url('../fonts/schoolbell-v18-latin-regular.woff') format('woff'), url('../fonts/schoolbell-v18-latin-regular.ttf') format('truetype'), url('../fonts/schoolbell-v18-latin-regular.svg#Schoolbell') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-family: 'Roboto', Arial, sans-serif;
     color: #000;
     line-height: 1.25rem;
     font-size: 1rem;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 490px;
     margin: 1rem auto;
     border: 1px solid #000;
     overflow: hidden;
     background-color: #fff;
     padding: 10px 1rem;
 }

 footer {
     padding: 7px 0 0 56px;
 }

 :is(strong, h1, h3) {
     font-weight: 700;
 }

 h1 {
     margin: 8px 0;
     font-size: 23px;
     line-height: 26px;
 }

 h2 {
     font-size: 34px;
     margin: 5px 0 10px;
     font-weight: 400;
     font-family: 'Schoolbell', Arial, sans-serif;
     line-height: 1;
 }

 h3 {
     font-size: 27px;
     margin: 2px 0;
     line-height: 1;
 }

 p {
     margin: 0 0 3px;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     white-space: nowrap;
     text-decoration: none;
 }

 .font {
     font-size: 12px;
 }

 img {
     max-width: 100%;
 }

 @media all and (max-width:489px) {
     #wrapper {
         margin: 0 auto;
         border: none;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty;
     }

     footer {
         padding: 7px 0 0 0;
     }

     br:not(footer br) {
         display: none;
     }

     h3 a {
         white-space: normal !important;
     }
 }