html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: poppins-light;
    src: url(/includes/fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: poppins-semibold;
    src: url(/includes/fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: poppins-bold;
    src: url(/includes/fonts/Poppins-Bold.ttf);
}
body {
    font-family: poppins-light, sans-serif;
    margin: 0;
    padding: 0;
    min-width: 320px;
    color: rgb(40, 42, 43);
    font-size: 14px;
    line-height: 1.8;
}