/*
Theme Name: underscores-seed-junky-child-v2
Template: seed-junky-va-1
Version: 1.0
Description: Child theme for Seed Junky VA-1 with customized styles.
*/

@font-face {
    font-family: 'azo-sans-uber';
    src: url(fonts/Azo-Sans-Uber.ttf);
}

@font-face {
    font-family: 'azosanuber';
    src: url('fonts/Azo-Sans-Uber.ttf');
}

@font-face {
    font-family: 'azo-sans-bold';
    src: url(fonts/AzoSans-Bold.ttf);
}
@font-face {
    font-family: 'azo-sans-reg';
    src: url(fonts/AzoSans-Regular.ttf);
}
@font-face {
    font-family: 'azo-sans-thin';
    src: url(fonts/AzoSans-Thin.ttf);
}
@font-face {
    font-family: 'azo-sans-black';
    src: url(fonts/AzoSans-Black.ttf);
}
@font-face {
    font-family: 'azo-sans-med';
    src: url(fonts/AzoSans-Medium.ttf);
}
@font-face {
    font-family: 'Fonts Awesome';
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'azo-sans-light';
    src: url(fonts/AzoSans-Light.ttf);
}

body {
    font-family: 'azo-sans-reg', sans-serif;
    font-size: 15px;
    line-height: 25px;
    background: black;
    color: #fff;
}

a {
    font-family: 'azo-sans-reg', sans-serif !important;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
}

h1 {
    font-family: 'azosanuber', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    color: #FFF !important;
    letter-spacing: normal !important;
}

h2, h3, h4, h5, h6 {
    font-family: 'azosanuber', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    color: #FFF !important;
    letter-spacing: normal !important;
}