@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Public+Sans:wght@300;400;500;700&display=swap&subset=latin,latin-ext');

@import url('./base.css?200926');
@import url('./content.css?200926');
@import url('./media.css?200926');
@import url('./detail.css?200926');
@import url('./payments.css?200926');
@import url('./narrow.css');
@import url("./desktop.css") only screen and (min-width: 993px);
@import url("./tablet.css") only screen and (max-width: 992px);
@import url("./mobile.css") only screen and (max-width: 688px);