/* Author Font Face Declarations */

/* Weight 100 - Thin */
@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w100-italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w200-italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w300-italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w400-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w500-itlalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Author';
  src: url('/fonts/author/Author-w600-italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}