/*
 * Theme Name: DownloadNhanh Theme
 * Theme URI: https://downloadnhanh.com/
 * Author: ZTTeam
 * Author URI: https://downloadnhanh.com/
 * Description: DownloadNhanh WordPress Theme based on ZT-Theme-Base.
 * Version: 1.0.0
 * Text Domain: zt-theme-downloadnhanh
 * Tags: tailwind, software, download, modular
 */
/* Google Sans Local Font */
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Material Symbols Outlined */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('assets/fonts/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
