@font-face {
    font-family: 'RAG 123';
    src: url('./ck/fonts/RAG123.woff2') format('woff2'),
        url('./ck/fonts/RAG123.woff') format('woff'),
        url('./ck/fonts/RAG123.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@layer utilities {
    .font-rag123 {
        font-family: 'RAG 123', sans-serif;
    }
}