/* 1. Load Font */
@font-face {
    font-family: 'SprayFont';
    src:
        url('assets/Nohemi-VF.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SprayFont', sans-serif;
}
