:root {
  --primary--01: #FFFBEE;
  --primary: #FFE5BA;
  --primary-01:#FECE85;
  --primary-02:#E7BB79;
  --primary-03: #d2aa6e;

}
@font-face { font-family: helloketta; src: url('assets/HelloKetta-d99oX.ttf'); } 

@font-face { font-family: beach-paradise; src: url('assets/BeachParadise-mLrwj.otf'); } 

#map {
  height: 100vh;
  border: 1px black solid;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 4px;
}

html {
    font-family: Barlow !important;
}

body {
  height: 100%;
}

li {
  margin: 40px;
}

.logo-text {
  font-family: helloketta;
  font-size: 2rem;
}

.sunny{
  font-family: beach-paradise;
  display: inline-block;
  font-size: 4rem;
}

.header {
position: relative;
  text-align: center;
  min-height: 100vh;
}

.navbar {
    background-color: var(--primary);
    transition: 150ms;
}

.navbar-white {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.5rem);
  box-shadow: 0 1px 4px rgba(15, 15, 16, 0.075);
}

.header::before{
  background-color: var(--primary);
  bottom: 0;
  clip-path: ellipse(100% 100% at center top);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -10%;
  width: 100%;
  z-index: -1;
}

#logo {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 4px;
}