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