body { font-family: 'Lora', Arial, sans-serif; font-weight: 400; font-size: 14px; }
p { line-height: 28px; }
textarea { resize: vertical; }
img { max-width: 100%; }

/* Font */
/* Size */
[data-biggest-font] { font-size: 20px !important; }
[data-bigger-font] { font-size: 18px !important; }
[data-big-font] { font-size: 16px !important; }
[data-normal-font] { font-size: 14px !important; }
[data-small-font] { font-size: 12px !important; }
[data-smaller-font] { font-size: 10px !important; }
[data-smallest-font] { font-size: 8px !important; }
/* End Font */

/* Image Placeholder */
[data-placeholder] { display: block; width: 100%; min-height: 100px; }
[data-placeholder][data-src] { background: url(attr(data-src)); }

/* Extends */
/* Bootstrap Sizing */ .h-100p { height: 100px; } .h-200p { height: 200px; } .h-300p { height: 300px; } .h-400p { height: 400px; } .h-500p { height: 500px; } .h-600p { height: 600px; } .h-700p { height: 700px; } .h-800p { height: 800px; }
/* End Extends */