/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */


@font-face {
    font-family: 'classicoregular';
    src: url('fonts/classico-webfont.woff2') format('woff2'),
         url('fonts/classico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family:"Commuters Sans Thin";
    src:url("https://use.typekit.net/af/0a9082/00000000000000007735c446/30/l?subset_id=2&fvd=n2&v=3") format("woff2"),
    url("https://use.typekit.net/af/0a9082/00000000000000007735c446/30/d?subset_id=2&fvd=n2&v=3") format("woff"),
    url("https://use.typekit.net/af/0a9082/00000000000000007735c446/30/a?subset_id=2&fvd=n2&v=3") format("opentype");
    font-style:normal;
    font-weight:200;
	font-display: swap;
}

@font-face {
    font-family:"Commuters Sans Regular";
    src:url("https://use.typekit.net/af/ca0a63/00000000000000007735c456/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
        url("https://use.typekit.net/af/ca0a63/00000000000000007735c456/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
        url("https://use.typekit.net/af/ca0a63/00000000000000007735c456/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-style:normal;
    font-weight:400;
	font-display: swap;
}

@font-face {
    font-family: 'The Seasons Italic';
    src: url('fonts/theseasons-it.woff2') format('woff2'),
         url('fonts/theseasons-it.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'The Seasons Light';
    src: url('fonts/theseasons-lt.woff2') format('woff2'),
         url('fonts/theseasons-lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'The Seasons Light Italic';
    src: url('fonts/theseasons-ltit.woff2') format('woff2'),
         url('fonts/theseasons-ltit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'The Seasons Regular';
    src: url('fonts/theseasons-reg.woff2') format('woff2'),
         url('fonts/theseasons-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
    
h1 {
    font-family: 'classicoregular' !important;
    line-height: normal!important;
}

h2 {
    font-family: 'classicoregular' !important;
    line-height: normal!important;
}

h3 {
    font-family: 'The Seasons Light' !important;
    line-height: normal!important;
}
    
h4, h5, h6 {
    font-family: 'floraniaregular' !important;
}

.grecaptcha-badge {
	z-index: -1;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}
