/*
Theme Name: Exs Child
Theme URI: http://example.com/twenty-fifteen-child/
description: >- Exs
Author: peti
Author URI: http://example.com
Template: exs-pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exs-child
*/

/* Roboto Regular + Bold */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto Condensed Regular + Bold */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/RobotoCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/RobotoCondensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Body text = Roboto */
body {
  font-family: 'Roboto', Arial, sans-serif !important;
  font-weight: 500;
}

/* Headings + widget titles = Roboto Condensed */
h1, h2, h3, h4, h5, h6,
.widget-title {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif !important;
  font-weight: 700;
}