*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
  width: 100%;
 
}



@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, p, a, span, div, input, button {
    font-family: 'MyFont', sans-serif;
}



