@font-face {
 font-family: 'NunitoSans';
 src: url('workwise-fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
 font-weight: 800;
 font-style: normal;
}

/* Apply the font family to every HTML tag */
* {
 font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
 font-size:13px;
}

