/*
Theme Name: Chromatix
Theme URI: https://www.edwardrjenkins.com/themes/newsframe
Author: Chromatix
Author URI: https://www.edwardrjenkins.com
Description: A responsive news theme tailored to publishers that supports article subtitles, featured videos, infinite scroll, author bio pages and more. NewsFrame is built with Foundation 5.
Version: 1.0.5 (2017-05-03)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chromatix
Tags: two-columns, one-column, three-columns, right-sidebar, theme-options, rtl-language-support, responsive-layout, custom-background, featured-images, post-formats, full-width-template, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgb(124, 124, 124);
    line-height: 1.857;
}

* {
    position: relative;
    margin: auto;
    box-sizing: border-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: inherit;
}

input, textarea {
    outline-color: #711130;
}