@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,600;1,300;1,600&display=swap');

:root {
	--title-color: #F7941E;
	--subtitle-color: rgb(0, 0, 0);
	--btn-color: rgb(128, 128, 128);
	--text-color: #000000;

	--bg-color: #ffffff;
	--tag-color: #000;
	--tag-bg-color: #e6e2df;
	
	--title-font-family: 'Titillium Web', sans-serif;
    --txt-font-family: 'Titillium Web', sans-serif;
    
	--swiper-theme-color: #fff;
}


html, body{
  font-size: min(1.695vh, 16px);
}


.swiper.webStory,
.webStoryPage,
.webStoryPage img{
  background-color: #fff;
}
.overlay .page-background::after{
  background-color: #fff;
}


.webStoryPage .page-info .page-date {
  display: none;
}

.webStoryPage .page-link a {
  color: #000;
  background: #fff;
  border-color: transparent;
  font-weight: 900;
  border-radius: 5px;
}

.webStoryPage .page-text-wrap > * {
  box-sizing: border-box;
}