@font-face {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-style: normal;
    src: url(Poppins-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-style: normal;
    src: url(Poppins-Medium.ttf);
    font-display: swap;
}
@font-face {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-style: normal;
    src: url(Poppins-SemiBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Poppins-Bold;
    font-weight: bold;
    font-style: normal;
    src: url(Poppins-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Heading-Now;
    font-weight: bold;
    font-style: normal;
    src: url(HeadingNowTrial-66Bold.ttf);
    font-display: swap;
}

/* DM SANS */
@font-face {
    font-family: DMSans-Regular;
    font-weight: 400;
    font-style: normal;
    src: url(DMSans-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: DMSans-Bold;
    font-weight: 700;
    font-style: normal;
    src: url(DMSans-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: DMSans-Black;
    font-weight: 900;
    font-style: normal;
    src: url(DMSans-Black.ttf);
    font-display: swap;
}