/**
 * Primary font: Open Sans
 * https://github.com/FontFaceKit/open-sans
 * License file: fonts/OpenSans-License.txt
 */
 @font-face {
  font-family: "Open Sans";
  font-weight: normal; /* 400 */
  font-style: normal;
  src:
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src:
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold; /* 700 */
  font-style: normal;
  src:
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

/**
 * Secondary font: Poppins
 * https://fonts.google.com/specimen/Poppins
 * License file: fonts/Poppins-License.md
 */
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  src:
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-weight: bold; /* 700 */
  font-style: normal;
  src:
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype');
}
