

  @font-face {
    font-family: 'CustomFont';
    src: url('Poppins-Regular.ttf');

    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'CustomFont';
    src: url('Poppins-Bold.ttf');
    font-weight: bold;

  }

  @font-face {
    font-family: 'CustomFont';
    src: url('Poppins-Italic.ttf');
    font-style: italic;

  }
