@font-face { font-family: Poppins-Medium; src: url('fonts/Poppins-Medium.ttf'); }
@font-face { font-family: Poppins; src: url('fonts/Poppins-Regular.ttf'); }

@font-face {
    font-family: "Poppins-Bold";
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: bold;
}

ul {
    list-style: circle;
    /*padding-left: 0;*/
}

h3,h1, h4, h5{
    font-family: "Poppins-Medium";
}

h4{
    padding-top: 20px;
    padding-bottom: 6px;
}

b{
    font-family: "Poppins-Bold";
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;

    font-family: "Poppins";
}

#updated{
    color: #8C8E9E;
}

.emptyBottomSpace{
    padding-bottom: 0;
    margin-bottom: 0;
}

#listDecimal {list-style-type: decimal}