@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Emilys+Candy&family=Freckle+Face&family=Poppins:wght@400;500&family=Cutive+Mono&family=Roboto&display=swap');

@font-face {
  font-family: vcr_osd_mono;
  src: url(font/vcr_osd_mono.001.ttf);
}

.darumadrop-one-regular {
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.emilys-candy-regular {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
}

.freckle-face-regular {
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
}



/* general */

html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 14;
  line-height: 1.5;
}

body {
  background-image: url('assets/stripe-02.png');
  font-family: Arial;

}

img.nodrag {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none; /* disables right-click */
}

div {
  box-sizing: border-box;
}

h1, h2 {
  padding: 0;
  margin: 0;
  font-family: vcr_osd_mono, sans-serif;
}

h1.md {
  background-image: linear-gradient(to right, rgb(91, 87, 149), transparent);
  color: white;
  font-weight: 600;
  font-family: vcr_osd_mono, sans-serif;
  font-size: 1rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.pb {
  padding-bottom: 1rem;
}

h1.title {
  font-weight: 400;
  font-family: Arial;
}

/* top */

.image-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 200px;  
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  overflow: hidden;
}

