﻿/*
 * Theme Name: ZTTeam Theme
 * Theme URI: https://wptheme.store/
 * Author: ZTTeam
 * Author URI: https://wptheme.store/
 * Description: Starter theme framework by ZTTeam. Modular, OOP, Tailwind CSS.
 * Version: 1.0.0
 * Text Domain: ztteam
 * Tags: tailwind, modular, starter-theme
 */
@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('./assets/fonts/material-symbols-outlined.woff2') format('woff2');
    font-weight: 100 700;
    font-style: normal;
    font-display: block;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}