@font-face {
    font-family: 'Kameron regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Kameron-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kameron medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Kameron-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Kameron semibold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Kameron-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Kameron bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Kameron-Bold.ttf') format('truetype');
}

