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

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

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

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

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

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

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

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