/*----------------------------------------------------------------------
    Copyright 2015-2019 N. Mesnier <nmesnier@free.fr>
    You may freely use, modify and/or distribute this file.
----------------------------------------------------------------------*/
@import url("base.css");
@import url("mobile.css") handheld;
@import url("mobile.css") only screen and (max-device-width:480px);
html{font-size:110%;}
@media(min-width:60em){html{font-size: 90%}}
