/*
Theme Name: Lighty
Theme URI: https://www.treubrodt.de/lighty
Author: Paul Treubrodt
Author URI: https://www.treubrodt.de
Description: Light and fast Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: lighty

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.
*/

@import url("sass/style.css");

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

/* Signika-300 - latin */
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Signika-Light.ttf') format('truetype');
}

/* Signika-regular - latin */
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Signika-Regular.ttf') format('truetype');
}

/* Signika-600 - latin */
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Signika-SemiBold.ttf') format('truetype');
}

/* Signika-700 - latin */
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Signika-Bold.ttf') format('truetype');
}
