/*
 Theme Name:   Educavo Child
 Theme URI:    https://keenitsolutions.com/products/wordpress/educavo
 Description:  Educavo Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     educavo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


/* Founders Grotesk Light */
@font-face {
  font-family: "Founders Grotesk";
  src: url('fonts/FoundersGrotesk-Light.eot');
  src: url('fonts/FoundersGrotesk-Light.eot') format('embedded-opentype'),
       url('fonts/FoundersGrotesk-Light.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Light.woff') format('woff'),
       url('fonts/FoundersGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url('fonts/FoundersGrotesk-LightItalic.eot');
  src: url('fonts/FoundersGrotesk-LightItalic.eot') format('embedded-opentype'),
       url('fonts/FoundersGrotesk-LightItalic.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-LightItalic.woff') format('woff'),
       url('fonts/FoundersGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Founders Grotesk Regular */
@font-face {
  font-family: "Founders Grotesk";
  src: url('fonts/FoundersGrotesk-Regular.eot');
  src: url('fonts/FoundersGrotesk-Regular.eot') format('embedded-opentype'),
       url('fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Regular.woff') format('woff'),
       url('fonts/FoundersGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url('fonts/FoundersGrotesk-RegularItalic.eot');
  src: url('fonts/FoundersGrotesk-RegularItalic.eot') format('embedded-opentype'),
       url('fonts/FoundersGrotesk-RegularItalic.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-RegularItalic.woff') format('woff'),
       url('fonts/FoundersGrotesk-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Founders Grotesk Medium */
@font-face {
  font-family: "Founders Grotesk";
  src: url('fonts/FoundersGrotesk-Medium.eot');
  src: url('fonts/FoundersGrotesk-Medium.eot') format('embedded-opentype'),
       url('fonts/FoundersGrotesk-Medium.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Medium.woff') format('woff'),
       url('fonts/FoundersGrotesk-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.menu-area .navbar ul li a, body, p, h1, h2, h3, h4, h5, h6, .rs-heading .title-inner .title, html, body {
    font-family: "Founders Grotesk", Arial, sans-serif;
    letter-spacing: 0.5px;
}
html, body {
	font-size: 20px;
}
.menu-area .navbar ul li {
    font-size: 16px;
}

