/*
Theme Name:     Ronneby Child Theme
Theme URI: 		http://themes.dfd.name/ronneby/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://wpsaloon.com/
Template:       ronneby
Version:        1.0.0


@font-face {
    font-family: Bandon Grotesque;
    src: url('fonts/brandon-grotesque-black.otf');
    font-weight: bold;
}

@font-face {
    font-family: Bandon Grotesque;
    src: url('fonts/brandon-grotesque-bold-italic.otf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Bandon Grotesque;
    src: url('fonts/brandon-grotesque-light.otf');
    font-weight: 400;
}

@font-face {
    font-family: Bandon Grotesque;
    src: url('fonts/brandon-grotesque-light-italic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Brandon Grotesque;
    src: url('fonts/brandon-grotesque-medium-italic.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Brandon Grotesque;
    src: url('fonts/brandon-grotesque-regular-italic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Brandon Grotesque;
    src: url('fonts/brandon-grotesque-thin-italic.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Brandon Grotesque;
    src: url('fonts/Brandon_reg.otf');
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td,
.widget.widget_dfd_widget_sidebar_menu ul li a, .widget.widget_product_categories ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_layered_nav ul li a, .widget.widget_meta ul li a,
.dfd_tabs_block .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
    font-family: Brandon Grotesque, "Raleway", "Open Sans", "PT Sans", sans-serif !important;
}

#footer  {
background: black !important;
}

*/