@font-face {
    font-family: 'Cygre';
    src: url('./resources/fonts/Cygre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Use the font */
body {
    font-family: 'Cygre', sans-serif;
}