/*
Theme Name: Meetei
Theme URI: https://mitrang.com/meetei
Author: Mitrang
Author URI: https://mitrang.com
Description: Meetei is a Digital Agency & Creative Portfolio WordPress theme.
Version: 1.0.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: meetei
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* === Eyek Fonts === */
@font-face {
    font-family: 'Eyek';
    src: url('assets/fonts/eyek/eyek-pro-webfont.woff2') format('woff2'),
         url('assets/fonts/eyek/eyek-pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EyekAhobi';
    src: url('assets/fonts/eyek/eyekahobi-webfont.woff2') format('woff2'),
         url('assets/fonts/eyek/eyekahobi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.eyek {
    font-family: 'Eyek';
    line-height: 2em;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

.eyek-alt {
    font-family: 'EyekAhobi';
    line-height: 2em;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}