@import url('https://fonts.googleapis.com/css2?family=Benne&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Merienda:wght@300..900&family=Outfit:wght@100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+BE+WAL+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yaldevi:wght@200..700&display=swap');

* {
  font-family: "Roboto", sans-serif;;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgb(66, 66, 66);
}

body{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  font-family: "Roboto", sans-serif;
}

p {
  color: #3c3c3c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

section {
  padding: 15px;
  padding-top: 42px !important;
}

html {
  scroll-behavior: smooth;
}