@font-face {
  font-family: "Raw";
  src: url(/assets/fonts/RawBold-Desktop.otf)
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-family: "Raw";
  font-size: 70px;
  line-height: 65px;

}

*::selection {
  background-color: black;
  color: white;
}

body {
  overflow-x: hidden;
  background-color: whitesmoke;
  height: 100vh;

}

h1{
  margin: 0;
  padding: 0;
 
}

.content{
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 30px;
}

.bureau-atlas-contact{
  position: absolute;
  bottom: 25px;
  left: 30px;
  height: fit-content;
  width: 100%;
}

.contact{
  margin-top: 80px;
}

@media (max-width: 750px) {

  * {
    font-size: 40px;
    line-height: 38px;
  
  }

  body {
    min-height: 100vh;
  }

  .content{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 10px;
  
  }

  .bureau-atlas-description{
    margin-bottom: 30%;
  }

  .bureau-atlas-contact {
    position: relative;
    left: 0;
    bottom: 0;
}

.contact {
  margin-top: 15%;
  word-break: break-word; 
}
  
}




