/*
 Theme Name: Royal Child
 Template: royal
*/
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberThin/font.woff2') format('woff2'),
         url('fonts/GloberThin/font.woff') format('woff');
    font-weight: 100; 
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberLight/font.woff2') format('woff2'),
         url('fonts/GloberLight/font.woff') format('woff');
    font-weight: 200; 
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberBook/font.woff2') format('woff2'),
         url('fonts/GloberBook/font.woff') format('woff');
    font-weight: 300; 
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberRegular/font.woff2') format('woff2'),
         url('fonts/GloberRegular/font.woff') format('woff');
    font-weight: 400; 
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberRegularItalic/font.woff2') format('woff2'),
         url('fonts/GloberRegularItalic/font.woff') format('woff');
    font-weight: 400;    
    font-style: italic; 
    font-display: swap;
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberSemiBold/font.woff2') format('woff2'),
         url('fonts/GloberSemiBold/font.woff') format('woff');
    font-weight: 500; 
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberSemiBoldItalic/font.woff2') format('woff2'),
         url('fonts/GloberSemiBoldItalic/font.woff') format('woff');
    font-weight: 500;
    font-style: italic;  
    font-display: swap;    
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberBold/font.woff2') format('woff2'),
         url('fonts/GloberBold/font.woff') format('woff');
    font-weight: 600;  
    font-display: swap;   
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberBoldItalic/font.woff2') format('woff2'),
         url('fonts/GloberBoldItalic/font.woff') format('woff');
    font-weight: 600;     
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberHeavy/font.woff2') format('woff2'),
         url('fonts/GloberHeavy/font.woff') format('woff');
    font-weight: 700;   
    font-display: swap;  
}
@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberExtraBold/font.woff2') format('woff2'),
         url('fonts/GloberExtraBold/font.woff') format('woff');
    font-weight: 800;  
    font-display: swap;   
}

@font-face {
    font-family: 'Glober';
    src: url('fonts/GloberBlack/font.woff2') format('woff2'),
         url('fonts/GloberBlack/font.woff') format('woff');
    font-weight: 900;     
    font-display: swap;
}
/* A tu povieš webu, aby ho používal */
html body, 
html body p, 
html body span, 
html body div, 
html body h1, 
html body h2, 
html body h3, 
html body h4, 
html body h5, 
html body h6, 
html body a, 
html body li, 
html body input, 
html body textarea {
    font-family: 'Glober', sans-serif !important;
}