/*
Theme Name: Synaxus
Text Domain: synaxus
Version: 3.0
Requires at least: 5.7.2
Requires PHP: 7.4
Description: Based on Bootstrap 5 (https://getbootstrap.com/)
Author: SYNAXUS
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.
*/

/*
 * 'Roboto Light', 300
 * 'Roboto Light italic', 300
 * 'Roboto Medium', 500
 */

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('webfonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('webfonts/roboto-v27-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-v27-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-v27-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-v27-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-v27-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-v27-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('webfonts/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('webfonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('webfonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('webfonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


