﻿/*
Theme Name: WP Theme Trip
Theme URI: https://wptheme.store/
Author: wptheme
Author URI: https://ztteam.website/
Description: Designed and developed by wptheme
Text Domain: d3v
Tags: thiet ke web, thiet ke web wordpress
*/

/**
 * Google Sans Font Family
 * Weights: 400 (Regular), 500 (Medium), 700 (Bold), 900 (Black)
 */

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSans-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSans-Black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}