@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');



@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 500;
  src: url('/sites/kauriweb.com/files/projects/fonts/soditarn/depotnew-medium.woff2') format('woff2'),
       url('/sites/kauriweb.com/files/projects/fonts/soditarn/depotnew-medium.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 700;
  src: url('/sites/kauriweb.com/files/projects/fonts/soditarn/depotnew-bold.woff2') format('woff2'),
       url('/sites/kauriweb.com/files/projects/fonts/soditarn/depotnew-bold.woff') format('woff');
}



.project-content {

}
.project-content > div{
  position: relative;
}

.project-content__subtitle {
  position: absolute;
  top: 3rem;
  left: 2rem;
  color: #525D7A;
}
.project-content__subtitle p {
  font-family: Fraunces;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.project-content__branding {
  background-color: #F6F5FA;
  padding: 3rem 1rem;
}
.project-content__branding img{
  margin: auto;
  max-width: 200px;
}
@media all and (min-width: 600px){
  .project-content__branding {
    padding: 7rem 2rem;
  }
  .project-content__branding img{
    max-width: initial;
  }
}
@media all and (min-width: 900px){
  .project-content__branding {
    padding: 12rem 2rem;
  }
}
@media all and (min-width: 1200px){
  .project-content__branding {
    padding: 18rem 2rem;
  }
}

.project-content__text {
  padding: 3rem 1rem;
  margin: 0 auto;
  max-width: 720px;
}
.project-content__text h2{
  font-family: Albert Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  color: #292E3D;
  margin: 0 0 0.5rem;
}
.project-content__text p ,
.project-content__text li {
  font-family: Fraunces;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
  color: #292E3D;
}
@media all and (min-width: 750px){
  .project-content__text {
    padding: 6rem 2rem;
  }
  .project-content__text h2{
    font-size: 52px;
  }
}
@media all and (min-width: 1000px){
  .project-content__text {
    padding: 8.25rem 2rem;
  }
}

.project-content__design-system {
  padding: 4rem 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F5FA;
}
.project-content__design-system-wrapper {
  max-width: 575px;
}
.project-content__design-system-font {
  text-align: center;
  color: #2F2D3F;
  margin-top: 5rem;
}
.project-content__design-system-font p {
  font-size: 46px;
  text-align: center;
}
.project-content__design-system-color {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.75rem));
  gap: 1.5rem;
  padding: 1.5rem;
  justify-items: center;
}
.project-content__design-system .project-content__subtitle {
  top: 1rem;
}
@media all and (min-width: 600px){
  .project-content__design-system-color {
    grid-template-columns: repeat(5, calc(20% - 1.2rem));
  }
}
@media all and (min-width: 700px){
  .project-content__design-system {
    padding: 3rem 1rem;
  }
  .project-content__design-system .project-content__subtitle {
    top: 3rem;
  }
  .project-content__design-system {
    padding: 8rem 2rem;
  }
}
@media all and (min-width: 1100px){
  .project-content__design-system {
    padding: 13rem 2rem 8rem;
  }
}

.font-depot {
  font-family: 'DepotNew', sans-serif;
  font-weight: 700;
  color: #2F2D3F;
}
.font-depot-primary {
  font-family: 'DepotNew', sans-serif;
  color: #8F8BAC;
  font-weight: 400;
  font-style: italic;
  margin: 0 1rem;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #2F2D3F;
}

.color {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.color--1 {
  background-color: #2F2D3F;
}
.color--2 {
  background-color: #5B577A;
}
.color--3 {
  background-color: #8F8BAC;
}
.color--4 {
  background-color: #C8C6D7;
}
.color--5 {
  background-color: #F6F6FA;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
.color--6 {
  background: linear-gradient(135deg, #9F7F2D 0%, #D1B15E 100%);
}
.color--7 {
  background-color: #FCFAF5;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}



.project-content__visual {
  padding: 4rem 1rem 3rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.project-content__visual img {
  max-width: 250px;
}
.project-content__visual .project-content__subtitle {
  top: 1rem;
}
@media all and (min-width: 700px){
  .project-content__visual .project-content__subtitle {
    top: 3rem;
  }
  .project-content__visual {
    padding: 8rem 2rem;
    flex-direction: row;
    gap: 4rem;
  }
  .project-content__visual img {
    max-width: initial;
  }
}
@media all and (min-width: 1100px){
  .project-content__visual {
    padding: 13rem 2rem;
  }
}

.project-content__column {
  padding: 3rem 1rem;
  margin: 0 auto;
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.project-content__column-item {
  max-width: 450px;
}
.project-content__column-item p{
  color: #292E3D;
}
.project-content__column-item p:not(.number){
  font-family: Fraunces;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
}
@media all and (min-width: 750px){
  .project-content__column {
    padding: 6rem 2rem;
    flex-direction: row;
    align-items: flex-start;
  }
  .project-content__column-item {
    width: 33%;
  }
}
@media all and (min-width: 1000px){
  .project-content__column {
    padding: 8.25rem 2rem;
  }
}

/**
 * Number
 */

.number {
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin: 0;
  font-family: Albert Sans;
}