@font-face {
    font-family: TomatoGrotesk;
    src: url(./fonts/Tomatto/TomatoGrotesk-Regular.otf);
}

@font-face {
    font-family: TomatoGrotesk;
    src: url(./fonts/Tomatto/TomatoGrotesk-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: TomatoGrotesk;
    src: url(./fonts/Tomatto/TomatoGrotesk-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: TomatoGrotesk;
    src: url(./fonts/Tomatto/TomatoGrotesk-Medium.otf);
    font-weight: 500;
}