@font-face {
    font-family: 'tomato-bold';
    src: url('TomatoGrotesk-Bold.woff2') format('woff2'),
        url('TomatoGrotesk-Bold.woff') format('woff'),
        url('TomatoGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.tomato-700,
.tomato-bold{
    font-family: 'tomato-bold';
}

@font-face {
    font-family: 'tomato-light';
    src: url('TomatoGrotesk-Light.woff2') format('woff2'),
        url('TomatoGrotesk-Light.woff') format('woff'),
        url('TomatoGrotesk-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

.tomato-300,
.tomato-light{
    font-family: 'tomato-light';
}

@font-face {
    font-family: 'tomato-medium';
    src: url('TomatoGrotesk-Medium.woff2') format('woff2'),
        url('TomatoGrotesk-Medium.woff') format('woff'),
        url('TomatoGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.tomato-500,
.tomato-medium{
    font-family: 'tomato-medium';
}

@font-face {
    font-family: 'tomato-regular';
    src: url('TomatoGrotesk-Regular.woff2') format('woff2'),
        url('TomatoGrotesk-Regular.woff') format('woff'),
        url('TomatoGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tomato-400,
.tomato-regular{
    font-family: 'tomato-regular';
}

@font-face {
    font-family: 'tomato-semibold';
    src: url('TomatoGrotesk-SemiBold.woff2') format('woff2'),
        url('TomatoGrotesk-SemiBold.woff') format('woff'),
        url('TomatoGrotesk-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

.tomato-600,
.tomato-semibold{
    font-family: 'tomato-semibold';
}
