/*!
Theme Name: Arino
Theme URI: https://www.themedox.com/arino
Author: Laralink
Author URI: https://themeforest.net/user/laralink/
Description: Arino - Creative Agency WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arino
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-face {
    font-family: 'Mexcellent3D';
    src: url('custom-font/Mexcellent-3D.woff2') format('woff2'),
         url('custom-font/Mexcellent-3D.woff') format('woff'),
         url('custom-font/Mexcellent-3D.ttf') format('truetype'),
         url('custom-font/Mexcellent-3D.eot'); /* fallback */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MexcellentRegular';
    src: url('custom-font/Mexcellent-Regular.woff2') format('woff2'),
         url('custom-font/Mexcellent-Regular.woff') format('woff'),
         url('custom-font/Mexcellent-Regular.ttf') format('truetype'),
         url('custom-font/Mexcellent-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('custom-font/graphik/Graphik-Regular.woff2') format('woff2'),
         url('custom-font/graphik/Graphik-Regular.woff') format('woff'),
         url('custom-font/graphik/Graphik-Regular.ttf') format('truetype')
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('custom-font/graphik/Graphik-Semibold.woff2') format('woff2'),
         url('custom-font/graphik/Graphik-Semibold.woff') format('woff'),
         url('custom-font/graphik/Graphik-Semibold.ttf') format('truetype')
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('custom-font/graphik/Graphik-Bold.woff2') format('woff2'),
         url('custom-font/graphik/Graphik-Bold.woff') format('woff'),
         url('custom-font/graphik/Graphik-Bold.ttf') format('truetype')
    font-weight: bold;
    font-style: normal;
}

.gradient-text {
    background: linear-gradient(to right, #4e0da7 20%, #fe04b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-maxilent h1{
	font-family: 'Mexcellent3D' !important;
}

h2.elementor-heading-title {
	font-family: 'Graphik' !important;
}