/*
 *  Classic-pp
 *      fonts.css
 *      This is the CSS file for including fonts
 */
 /*
  * "Poppins" series
  */
  @font-face {
    font-family: 'icomoon';
    src: url("./../fonts/Icomoon/icomoon.ttf") format('truetype');
    /*
    src:  url('./../fonts/Icomoon/icomoon.eot?trvl7m');
    src:  url('./../fonts/Icomoon/icomoon.eot?trvl7m#iefix') format('embedded-opentype'),
      url('./../fonts/Icomoon/icomoon.ttf?trvl7m') format('truetype'),
      url('./../fonts/Icomoon/icomoon.woff?trvl7m') format('woff'),
      url('./../fonts/Icomoon/icomoon.svg?trvl7m#icomoon') format('svg');
      */
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

 @font-face {
    font-family: Poppins;
    src: url("./../fonts/Poppins/Poppins-ExtraLight.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("./../fonts/Poppins/Poppins-ExtraLightItalic.ttf") format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("./../fonts/Poppins/Poppins-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("./../fonts/Poppins/Poppins-LightItalic.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("./../fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("./../fonts/Noto_Sans_JP/Poppins-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

 /* 
  * "Noto Sans JP" series
  */
@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-Thin.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./../fonts/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-home:before {
    content: "\e900";
    font-size: 16px;
  }
  .icon-image:before {
    content: "\e90d";
  }
  .icon-images:before {
    content: "\e90e";
  }
  .icon-folder:before {
    content: "\e92f";
  }
  .icon-folder-download:before {
    content: "\e933";
  }
  .icon-download2:before {
    content: "\e9c5";
  }
  .icon-download3:before {
    content: "\e9c7";
  }
  .icon-wordpress:before {
    content: "\eab4";
  }