@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --m-accent-color: #875574;
    --m-bg-color: #ECEFF1;
    --color-text: #444445;
    font-family: "Manrope", Sans-serif;
    font-optical-sizing: auto;
}

  body, html{
    margin: 0;
    padding: 0;
    background-color: white;
  }

p{
    color: #444445;
}

.mtop-mbot-145{
  margin-top: 145px;
  margin-bottom: 145px;
  box-sizing: border-box;
}

.mtop-mbot-65{
  margin-top: 65px !important;
  margin-bottom: 65px !important;
  box-sizing: border-box;
}

.mtop-65{
  margin-top: 65px !important;
  box-sizing: border-box;
}