/**
 * Theme Name: Research AMP Theme
 * Theme URI: https://ramp.ssrc.org/
 * Author: Social Science Research Council
 * Author URI: https://www.ssrc.org/
 * Description: Theme for the Research AMP platform.
 * Version: 1.0.1
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain: research-amp-theme
 */

html {
	font-size: 18px;
}

@media screen and (max-width: 900px) {
	html {
		font-size: 16px;
	}
}
