@import url(pc.css) screen and (min-width: 1025px);
@import url(sp.css) screen and (max-width: 1024px);

@font-face {
  font-family: 'VolvoNovumMedium';
  src: url('/lps_common/common_files/font/Volvo-Novum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'VolvoNovumMedium', sans-serif !important;
}