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

* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  background-color: #f1e8df;
  color: #231f20;
}
svg {
  position: absolute;
  top: 3rem;
  left: 1.5rem;
  width: 1.25rem;
  height: 0.88rem;
}
i {
  font-size: 3.4vw;
  font-family: Canela-Light;
}

h4 {
  font-family: Canela-Light;
  font-size: 5.4vw;
  margin: 8px;
  font-weight: 400;
}
@media (max-width: 767px) {
  i {
    font-family: Canela-Light;
    font-size: 5.4vw;
  }
  h4 {
    font-size: 7.4vw;
    font-family: Canela-Light;
    margin: 5px;
  }
}

@font-face {
  font-family: 'Canela-Light';
  src: url('/Fonts/Canela-Light.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Regular';
  src: url('/Fonts/Calibre-Regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
