/*
    Miscellaneous tweaks for cocoaphile.com
*/

.entry-content code {
    background-color: #f6f6f6;
    color: #333;
    white-space: nowrap;
}

.codehilite pre {
    padding: 12px;
    background-color: #f6f6f6;
    border-radius: 6px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 12px;
    margin-top: 12px;
}

html input[type="email"] {
    margin-top: 12px;
    margin-botton: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: puritan, sans-serif;
    font-weight: 400;
    font-style: normal;
    /*font-family: pt-sans-narrow, sans-serif;*/
}
.site-title {
    font-family: puritan, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    text-transform: unset;
}
.entry-meta {
    font-family: neuton, serif;
    font-size: 16px;
    font-weight: 200;

}

body {
    font-family: neuton, serif;
    font-size: 18px;
    font-weight: 200;
}

pre, code {
    font-family: source-code-pro, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

