@font-face {
    font-family: 'Karla';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Karla-Regular.ttf");
}

@font-face {
    font-family: 'Karla';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Karla-Medium.ttf");
}

@font-face {
    font-family: 'Karla';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Karla-SemiBold.ttf");
}

@font-face {
    font-family: 'Karla';
    font-weight: 800;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Karla-Bold.ttf");
}


