@font-face {
  font-family: 'Noe Text';
  src: url('../fonts/NoeText-Regular.eot');
  src: url('../fonts/NoeText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoeText-Regular.woff2') format('woff2'),
    url('../fonts/NoeText-Regular.woff') format('woff'),
    url('../fonts/NoeText-Regular.ttf') format('truetype'),
    url('../fonts/NoeText-Regular.svg#NoeText-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

body {
  line-height: 1.75rem;
  font-family: "Arial Narrow";
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
