@font-face {
    font-family: 'PoppinsSemiBold'; /* Name for your custom font */
    src: url('font/PoppinsSemiBold.ttf') format('truetype'); /* Path to your font file */
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'PoppinsSemiBold', sans-serif;
 
}