@font-face {
    font-family: 'Oooh Baby';
    src: url('OoohBaby-Regular.woff2') format('woff2'),
        url('OoohBaby-Regular.woff') format('woff'),
        url('OoohBaby-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-oooh-baby {
    font-family: 'Oooh Baby', 'georgia', 'Times New Roman', sans-serif;
}