/*
 Theme Name:   Asclepius Child Theme
 Theme URI:    https://asclepius.ancorathemes.com/
 Description:  Asclepius Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     asclepius
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  asclepius
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
@font-face {
    font-family: "Roboto";
    src: url(./Fonts/Roboto-Light.ttf) format("truetype");
	font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url(./Fonts/Roboto-Regular.ttf) format("truetype");
	font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url(./Fonts/Roboto-Medium.ttf) format("truetype");
	font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url(./Fonts/Roboto-SemiBold.ttf) format("truetype");
	font-weight: 600;
}
@font-face {
    font-family: "Roboto";
    src: url(./Fonts/Roboto-Bold.ttf) format("truetype");
	font-weight: 700;
}
html, body, div, span, applet, object, iframe, video, audio, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section {
    font-family: Roboto;
}
rs-layer-wrap * {
	 font-family: Roboto!important;
}