/* Lokale Cairo-Einbindung */
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-ExtraLight.woff2') format('woff2'),
       url('../fonts/cairo/Cairo-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-Light.woff2') format('woff2'),
       url('../fonts/cairo/Cairo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-Regular.woff2') format('woff2'),
       url('../fonts/cairo/Cairo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-Bold.woff2') format('woff2'),
       url('../fonts/cairo/Cairo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
