:root {
  --primary--01: #FFFBEE;
  --primary: rgb(197, 234, 252);
  --primary-01:#ddc3b8;
  --primary-02:#c9b1a7;
  --primary-03: #b7a198;

}

@font-face {font-family: PumpkinLayer; src: url('assets/Pumpkin Bites Layer.ttf');}
@font-face {font-family: Pumpkin; src: url('assets/Pumpkin Bites.ttf');}

html {
    font-family: Barlow !important;
}

body {
  height: 100vh;
}

.logo-text-tiny {
  font-family: Pumpkin;
  color: black;
  position: relative;
  word-break: normal;
}

.logo-text:before {
  font-family: PumpkinLayer;
  color:white;
  font-size: 99%;
  position: absolute;
  top: 0;
  content: "REGNVEJR";
  z-index: -1;
}

.logo-text {
  font-family: Pumpkin;
  color: #4BBDF6;
  position: relative;
  word-break: normal;
}


.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);
}

.top-section {
  height: 80vh;
  background-color: var(--primary);
  background-image: url("assets/cccloud\(2\).svg");
  background-position: right;
  background-repeat: no-repeat;

}

.title {
  font-size: 10rem;
  position: relative;
}


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