/* DailyFires – Global Stylesheet */
/* Shared base styles; each layout adds its own inline styles */

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

a { color: #337ab7; }

img { max-width: 100%; }
