/* Regular font */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
}
* {
    font-family: 'Poppins';
}
html, body {
    height: 100%;
}