/*!
Theme Name: Liko
Theme URI: https://liko.foxthemes.me/
Author: Fox Themes
Author URI: https://themeforest.net/user/fox-themes
Description: Liko - Creative Agency & Portfolio WordPress Theme
Version: 1.0.3
Requires at least: 5.0
Tested up to: 6.7.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/

/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Termina';
    src: url('/wp-content/uploads/fonts/TERMINATEST-LIGHT.OTF') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Termina';
    src: url('/wp-content/uploads/fonts/TERMINATEST-MEDIUM.OTF') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Termina';
    src: url('/wp-content/uploads/fonts/TERMINATEST-BOLD.OTF') format('opentype');
    font-weight: 700;
}

/* GLOBAL FONT */
body,
p,
span,
a,
li,
button,
input,
textarea,
label,
div {
    font-family: 'Termina', sans-serif !important;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    font-family: 'Termina', sans-serif !important;
}