/**
 * Cairo Font - Local Version
 * Downloaded from Google Fonts
 */

/* Regular (400) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cairo-400.ttf') format('truetype');
}

/* Medium (500) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/cairo-500.ttf') format('truetype');
}

/* SemiBold (600) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/cairo-600.ttf') format('truetype');
}

/* Bold (700) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cairo-700.ttf') format('truetype');
}

/* ExtraBold (800) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/cairo-800.ttf') format('truetype');
}