@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

a {
    text-decoration: none !important;
    color: unset;
}

body {
    font-family: 'Poppins';
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 20px;
    }
}