/*
Theme Name: ExS - Child theme
Text Domain: exs
Version: 0.0.1
Template: exs-pro
Requires at least: 5.4.0
Requires PHP: 5.6.0
Tested up to: 5.5
Description: Extra Small child theme for ExS theme. Theme Demo: https://exsthemewp.com/demo/.
Tags: blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
Author: the ExS team
Author URI: https://exsthemewp.com/about/
Theme URI: https://exsthemewp.com/demo/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.

*/

/* Roboto Regular */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/roboto-v48-latin-regular.woff2') format('woff2'),
       url('./assets/fonts/roboto-v48-latin-regular.woff') format('woff');
}

/* Roboto Bold */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/roboto-v48-latin-700.woff2') format('woff2'),
       url('./assets/fonts/roboto-v48-latin-700.woff') format('woff');
}

/* Roboto Condensed Regular */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'),
       url('./assets/fonts/roboto-condensed-v30-latin-regular.woff') format('woff');
}

/* Roboto Condensed Bold */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'),
       url('./assets/fonts/roboto-condensed-v30-latin-700.woff') format('woff');
}

/* Apply fonts */
body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

/*.iframe-blocked-notification {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blocked-content-notice button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}*/