/*
Theme Name:     MSMIS
Description:    
Author:         ms mis
Template:       startit

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


@import url(../startit/style.css);

/* แก้ font */

@import 'https://fonts.googleapis.com/css?family=Prompt:200,300,400';

body, h1, h2, h3, h4, h5, h6 {
font-family: 'Prompt', sans-serif;
}

h1, h2, h3 {
font-weight:400;
}

h4, h5, h6 {
font-weight:300;
}

body, p {
font-weight:200;
font-size :1.1em;
}


