/*
Theme Name:     Twenty Twelve Child
Description:    Child theme for the Twenty Thirteen theme
Author:         Mark Wolff
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

@font-face {
        font-family: Brawler;
        src: url('/fonts/Brawler.otf');
}

@font-face {
        font-family: Amble-Regular;
        src: url('/fonts/Amble-Regular.ttf');
}

@font-face {
        font-family: GandhiSans-Regular;
        src: url('/fonts/GandhiSans-Regular.otf');
}

@font-face {
        font-family: ArsenalRegular;
        src: url('/fonts/Arsenal-Regular.otf');
}

@font-face {
        font-family: TheanoDidot;
        src: url('/fonts/TheanoDidot-Regular.ttf');
}

body {
        font-size: 14px;
        font-size: 1rem;
        font-family: TheanoDidot, Helvetica, Arial, sans-serif;
        text-rendering: optimizeLegibility;
        color: #444;
}
body.custom-font-enabled {
        font-family: TheanoDidot, "Open Sans", Helvetica, Arial, sans-serif;
}
