/*!
Theme Name: Voye TravelRepublic Child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Template: voye
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: voye
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* @import url("../voye/style.css"); */

/* Font Family Implementation*/
@font-face {
    font-family: 'F37Judge-Bold';
    src: url('assets/fonts/F37Judge-Bold/F37Judge-Bold.eot');
    src: url('assets/fonts/F37Judge-Bold/F37Judge-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/F37Judge-Bold/F37Judge-Bold.woff2') format('woff2'),
         url('assets/fonts/F37Judge-Bold/F37Judge-Bold.woff') format('woff'),
         url('assets/fonts/F37Judge-Bold/F37Judge-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'F37Judge-Regular';
    src: url('assets/fonts/F37Judge-Regular/F37Judge-Regular.eot');
    src: url('assets/fonts/F37Judge-Regular/F37Judge-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/F37Judge-Regular/F37Judge-Regular.woff2') format('woff2'),
         url('assets/fonts/F37Judge-Regular/F37Judge-Regular.woff') format('woff'),
         url('assets/fonts/F37Judge-Regular/F37Judge-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope-bold';
    src: url('assets/fonts/Manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html body {
    font-family: 'Manrope', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'F37Judge-Bold', sans-serif;
}