 /*gotham字体*/
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Book.woff2') format('woff'),
    url('./sources/Gotham-Book.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Bold.woff2') format('woff'),
    url('./sources/Gotham-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-BookItalic.woff2') format('woff'),
    url('./sources/Gotham-BookItalic.otf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-BoldItalic.woff2') format('woff'),
    url('./sources/Gotham-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Thin.woff2') format('woff'),
    url('./sources/Gotham-Thin.otf');
  font-weight:100;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-ThinItalic.woff2') format('woff'),
    url('./sources/Gotham-ThinItalic.otf');
  font-weight:100;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-XLight.woff2') format('woff'),
    url('./sources/Gotham-XLight.otf');
  font-weight:200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-XLightItalic.woff2') format('woff'),
    url('./sources/Gotham-XLightItalic.otf');
  font-weight:200;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Light.woff2') format('woff'),
    url('./sources/Gotham-Light.otf');
  font-weight:300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-LightItalic.woff2') format('woff'),
    url('./sources/Gotham-LightItalic.otf');
  font-weight:300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Medium.woff2') format('woff'),
    url('./sources/Gotham-Medium.otf');
  font-weight:500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-MediumItalic.woff2') format('woff'),
    url('./sources/Gotham-MediumItalic.otf');
  font-weight:500;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Black.woff2') format('woff'),
    url('./sources/Gotham-Black.otf');
  font-weight:800;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-BlackItalic.woff2') format('woff'),
    url('./sources/Gotham-BlackItalic.otf');
  font-weight:800;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-Ultra.woff2') format('woff'),
    url('./sources/Gotham-Ultra.otf');
  font-weight:900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('./sources/woff2/Gotham-UltraItalic.woff2') format('woff'),
    url('./sources/Gotham-UltraItalic.otf');
  font-weight:900;
  font-style: italic;
}

/*gotham rounded字体*/

@font-face {
  font-family: 'Gotham rounded';
  src: url('./sources/woff2/GothamRnd-Light.woff2') format('woff'),
    url('./sources/GothamRnd-Light.otf');
  font-weight:300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham rounded';
  src: url('./sources/woff2/GothamRnd-LightIta.woff2') format('woff'),
    url('./sources/GothamRnd-LightIta.otf');
  font-weight:300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-Book.woff2') format('woff'),
    url('./sources/GothamRnd-Book.otf');
  font-weight:normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-BookIta.woff2') format('woff'),
    url('./sources/GothamRnd-BookIta.otf');
  font-weight:normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-Medium.woff2') format('woff'),
    url('./sources/GothamRnd-Medium.otf');
  font-weight:500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-MedIta.woff2') format('woff'),
    url('./sources/GothamRnd-MedIta.otf');
  font-weight:500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-Bold.woff2') format('woff'),
    url('./sources/GothamRnd-Bold.otf');
  font-weight:bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('./sources/woff2/GothamRnd-BoldIta.woff2') format('woff'),
    url('./sources/GothamRnd-BoldIta.otf');
  font-weight:bold;
  font-style: italic;
}



/* 100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Regular (Normal、Book、Roman)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy) */
