/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('../custom/fonts/NotoSerifCJKjp-ExtraLight.woff') format("woff");
  font-display: swap;
}


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../custom/fonts/NotoSerifCJKjp-Light.woff') format("woff");
  font-display: swap;
}


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../custom/fonts/NotoSerifCJKjp-Regular.woff') format("woff");
  font-display: swap;
}


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../custom/fonts/NotoSerifCJKjp-Medium.woff') format("woff");
  font-display: swap;
}

.main_menu *,
.av-catalogue-container *,
.av-magazine a
{font-family: 'Noto Serif Japanese' !important; font-weight: 500 !important;}

.entry-content p {
  
  /* font-family: 'Noto Serif Japanese', sans-serif; */
  font-family: 'Noto Serif Japanese' !important;

  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);

   font-size: 1.3em;
    font-weight: 500;
    color: #333;
  }

  .entry-content span {font:inherit !important;}

  .entry-title,h2,h3,h4 {font-family: 'Noto Serif Japanese' !important;}
  .entry-title a {font:inherit !important;}
 


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}