/*
Theme Name: UNO INO
Text Domain: unoino
Version: 2.1
Requires at least: 5.7.2
Requires PHP: 7.4
Description: Based on Bootstrap 5 (https://getbootstrap.com/) and WPBakery Page Builder (https://wpbakery.com/)
Author: UNO INO
Author URI:
Theme URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
*/

/*
 * 'IBM PLEX SANS REGULAR', 400
 * 'IBM PLEX SANS ITALIC', 400
 * 'IBM PLEX SANS BOLD', 700
 */

@font-face {
    font-family: 'IBM Plex Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Regular'), url('webfonts/IBMPlexSans-Regular.ttf')
}

@font-face {
    font-family: 'IBM Plex Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Italic'), url('webfonts/IBMPlexSans-Italic.ttf')
}

@font-face {
    font-family: 'IBM Plex Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Bold'), url('webfonts/IBMPlexSans-Bold.ttf')
}