<?php $version="2026-03-21"; ?>
/* Desktop */
@import url("main.css?v=<?php echo $version; ?>");

/* Phone */
@import url("phone.css") only screen and (max-width:800px);

/* Small Tablet */
@import url("tablet_small.css") only screen and (min-width:801px) and (max-width:1365px);

/* Large Tablet */
@import url("tablet_large.css") only screen and (min-width:1366px) and (max-width:1600px);