::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
 
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
 
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}
 
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
 
textarea {
  resize: vertical;
}
 
.hidden,
[hidden] {
  display: none !important;
}
 
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; 
}

 
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
 
.invisible {
  visibility: hidden;
}
 
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
    
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --int: "Inter", sans-serif;  
  --halv: 'Halvar Breit Blk', sans-serif;  
} 
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--halv);
  font-family: var(--int);
  font-size: 14px;
  margin: 0;  
  background: linear-gradient(270deg, rgba(241, 199, 117, 0.80) 1.44%, rgba(254, 242, 156, 0.80) 33.17%, rgba(254, 242, 156, 0.80) 63.94%, rgba(241, 199, 117, 0.80) 99.52%);
}