@font-face {
    font-family: 'Gwefan Sans';
    src: url(./fonts/GwefanSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gwefan Sans';
    src: url(./fonts/GwefanSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gwefan Sans';
    src: url(./fonts/GwefanSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Gwefan Sans';
    src: url(./fonts/GwefanSans-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

p, li {
    font-family: 'Gwefan Sans', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gwefan Sans', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.style1, .style2 {
    font-family: 'Gwefan Sans', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}