

@font-face{
  font-family: "Roboto";
  src:url("/Roboto/Roboto.woff")format("woff"),
      url("/Roboto/Roboto.woff2")format("woff2"),
      url("/Roboto/Roboto.ttf")format("truetype");

  font-weight:normal;
  font-style:normal;
  font-display: block;
} 

@font-face{
  font-family: "Bluberry Cheesecake";
  src:url("/Bluberry Cheesecake/Bluberry Cheesecake.woff")format("woff"),
      url("/Bluberry Cheesecake/Bluberry Cheesecake.woff2")format("woff2"),
      url("/Bluberry Cheesecake/Bluberry Cheesecake.ttf")format("truetype");

  font-weight:normal;
  font-style:normal;
  font-display: block;
} 


:root {
  --pico-font-family-sans-serif:  Roboto,  system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
  --pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
  --pico-font-family: var(--pico-font-family-sans-serif);
/*   --pico-line-height: 1.5;
  --pico-font-weight: 300;
  --pico-font-size: 95%; */
  /*   font-family: 'Inkburrow V2';
 */
  /*  font-family: "Teen Dreem Magazeen"; */
  /* font-family: "TSTAR W00 Bold"; */

  --pico-color-red-950: #1c0d06;
  --pico-color-red-900: #30130a;
  --pico-color-red-850: #45150c;
  --pico-color-red-800: #5c160d;
  --pico-color-red-750: #72170f;
  --pico-color-red-700: #861d13;
  --pico-color-red-650: #9b2318;
  --pico-color-red-600: #af291d;
  --pico-color-red-550: #c52f21;
  --pico-color-red-500: #d93526;
  --pico-color-red-450: #ee402e;
  --pico-color-red-400: #f06048;
  --pico-color-red-350: #f17961;
  --pico-color-red-300: #f38f79;
  --pico-color-red-250: #f5a390;
  --pico-color-red-200: #f5b7a8;
  --pico-color-red-150: #f6cabf;
  --pico-color-red-100: #f8dcd6;
  --pico-color-red-50: #faeeeb;
}

span.heading {
  font-size: 1.2rem;
  
  font-weight: 700; 
}

.form-container {
  padding-inline: .6rem;
  max-width: 40rem;
  place-self: center;
}

#bottom-nav {
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 9;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  margin-right: 20px;
  width: 100vw;
  padding-inline: 1rem;
  z-index: 9;
  background-color: var(--pico-card-background-color);
}

#bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-right: 20px;
  width: 100vw;
  padding-inline: 1rem;
  padding-bottom: 1rem;
  z-index: 9;
  background-color: var(--pico-card-background-color);
}

#main-nav details{
  min-width: 6rem;
}
#main-nav strong{
  font-family: "Bluberry Cheesecake";
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.8rem;
}
details > ul {
  gap: 12px;
}

.main-container{
  padding: .1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 600px) {
  .main-container{
    padding: auto;
    max-width: 800px;
    place-self: center;
  }
  
}