/*
Theme Name: Cosion Child
Template: cosion
Version: 1.0
*/

/* Your custom styles here */

@font-face {
    font-family: 'TrajanPro';
    src: url('fonts/TrajanPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro';
    src: url('fonts/TrajanPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CalifornianFB';
    src: url('fonts/Californian-FB-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TrajanPro', serif !important;
    font-weight: 700;
}

p, div, span, a{
        font-family: 'CalifornianFB', serif !important;
        letter-spacing: 1px !important;
        font-weight: 500 !important;

}






