html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

h1, h2, h3, h4, h5, h6,
button,
.btn,
input[type="submit"],
input[type="button"] {
    font-family: 'Poppins', sans-serif;
}

p, a {
    font-family: 'Roboto', sans-serif;
}

::selection {
    background-color: #2db742;
    color: #fff;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
