@font-face {
    font-family: 'GentiumPlusItalic';
        src: url('/assets/fonts/gentium-plus/GentiumPlusItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
      }

@font-face {
    font-family: 'GentiumPlusRegular';
        src: url('/assets/fonts/gentium-plus/GentiumPlusRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }
