/**
 * @license
 * MyFonts Webfont Build ID 4136156, 2021-08-04T03:40:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: SofiaPro-Light by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/light/
 * 
 * Webfont: SofiaPro-Regular by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular/
 * 
 * Webfont: SofiaPro-SemiBold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/semi-bold/
 * 
 * Webfont: SofiaPro-Bold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/bold/
 * 
 * 
 * Webfonts copyright: Copyright © Olivier Gourvat - Mostardesign Type Foundry, 2020. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: "SofiaPro-Light";
  src: url('./webFonts/SofiaProLight/font.woff2') format('woff2'), url('./webFonts/SofiaProLight/font.woff') format('woff');
}
@font-face {
  font-family: "SofiaPro-Regular";
  src: url('./webFonts/SofiaProRegular/font.woff2') format('woff2'), url('./webFonts/SofiaProRegular/font.woff') format('woff');
}
@font-face {
  font-family: "SofiaPro-Bold";
  src: url('./webFonts/SofiaProBold/font.woff2') format('woff2'), url('./webFonts/SofiaProBold/font.woff') format('woff');
}
@font-face {
  font-family: "SofiaPro-SemiBold";
  src: url('./webFonts/SofiaProSemiBold/font.woff2') format('woff2'), url('./webFonts/SofiaProSemiBold/font.woff') format('woff');
}

@font-face {
  font-family: "SofiaPro-ExtraLight";
  src:
  url("./webFonts/SofiaPro-ExtraLight.woff2") format("woff2"), /* chrome、firefox */
  url("./webFonts/SofiaPro-ExtraLight.woff") format("woff"); /* chrome、firefox */

}

.SofiaProExtraLight {
  font-family: "SofiaPro-Light";
}

.SofiaProLight {
  font-family: "SofiaPro-Light";
}
.SofiaProMedium {
  font-family: "SofiaPro-Medium";
}

.SofiaProRegular {
  font-family: "SofiaPro-Regular";
}

.SofiaProSemiBold {
  font-family: "SofiaPro-SemiBold";
}

.SofiaProBold {
  font-family: "SofiaPro-Bold";
}
