 @font-face {
            font-family: 'Heading';
            src: url('author/Author-Semibold.eot'); /* IE9 Compat Modes */
            src: url('author/Author-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
                 url('author/Author-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
                 url('author/Author-Semibold.woff') format('woff'), /* Modern Browsers */
                 url('author/Author-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
                 url('author/Author-Semibold.svg#CustomFont') format('svg'); /* Legacy iOS */
            font-weight: 400 800;
            font-style: normal;
            font-display: swap;
        }

@font-face {
  font-family: 'manrope';
  src: url('manrope/Manrope-Regular.woff2') format('woff2'),
       url('manrope/Manrope-Regular.woff') format('woff'),
       url('manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 200.0;
*
* available axes:
'wght' (range from 200.0 to 800.0

@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('manrope/Manrope-ExtraLight.woff2') format('woff2'),
       url('manrope/Manrope-ExtraLight.woff') format('woff'),
       url('manrope/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Light';
  src: url('manrope/Manrope-Light.woff2') format('woff2'),
       url('manrope/Manrope-Light.woff') format('woff'),
       url('manrope/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope-Medium';
  src: url('manrope/Manrope-Medium.woff2') format('woff2'),
       url('manrope/Manrope-Medium.woff') format('woff'),
       url('manrope/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('manrope/Manrope-SemiBold.woff2') format('woff2'),
       url('manrope/Manrope-SemiBold.woff') format('woff'),
       url('manrope/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Bold';
  src: url('manrope/Manrope-Bold.woff2') format('woff2'),
       url('manrope/Manrope-Bold.woff') format('woff'),
       url('manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-ExtraBold';
  src: url('manrope/Manrope-ExtraBold.woff2') format('woff2'),
       url('manrope/Manrope-ExtraBold.woff') format('woff'),
       url('manrope/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'Manrope-Variable';
  src: url('manrope/Manrope-Variable.woff2') format('woff2'),
       url('manrope/Manrope-Variable.woff') format('woff'),
       url('manrope/Manrope-Variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}
*/

* {font-family:"manrope",sans-serif;}