@import "../fonts/icons/style.css";

@font-face {
  font-family: 'BrandFont';
  src: local('Graphie Bold'), local('Graphie-Bold'),
      url('../fonts/graphie/Graphie-Bold.woff2') format('woff2'),
      url('../fonts/graphie/Graphie-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrandFont';
  src: local('Graphie ExtraBold'), local('Graphie-ExtraBold'),
      url('../fonts/graphie/Graphie-ExtraBold.woff2') format('woff2'),
      url('../fonts/graphie/Graphie-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrandFont';
  src: local('Graphie'), local('Graphie-Regular'),
      url('../fonts/graphie/Graphie-Regular.woff2') format('woff2'),
      url('../fonts/graphie/Graphie-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrandFont';
  src: local('Graphie Light'), local('Graphie-Light'),
      url('../fonts/graphie/Graphie-Light.woff2') format('woff2'),
      url('../fonts/graphie/Graphie-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrandFont';
  src: local('Graphie SemiBold'), local('Graphie-SemiBold'),
      url('../fonts/graphie/Graphie-SemiBold.woff2') format('woff2'),
      url('../fonts/graphie/Graphie-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-Black.woff2') format('woff2'),
      url('../fonts/cairo/Cairo-Black.woff') format('woff'),
      url('../fonts/cairo/Cairo-Black.svg#Cairo-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-ExtraLight.woff2') format('woff2'),
      url('../fonts/cairo/Cairo-ExtraLight.woff') format('woff'),
      url('../fonts/cairo/Cairo-ExtraLight.svg#Cairo-ExtraLight') format('svg');
  font-weight: 200;
  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'),
      url('../fonts/cairo/Cairo-Bold.svg#Cairo-Bold') format('svg');
  font-weight: bold;
  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'),
      url('../fonts/cairo/Cairo-Regular.svg#Cairo-Regular') format('svg');
  font-weight: normal;
  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'),
      url('../fonts/cairo/Cairo-Light.svg#Cairo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo/Cairo-SemiBold.woff2') format('woff2'),
      url('../fonts/cairo/Cairo-SemiBold.woff') format('woff'),
      url('../fonts/cairo/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

