/*
Theme Name: Enfold Child
Description: Enfold Child x Critical Case
Author: Housedada
Author URI: https://housedada.com
Template: enfold
*/

/* ==========================================================================
   CARICAMENTO FONT LOCALI (IBM Plex Sans & Karla)
   ========================================================================== */

/* --- IBM PLEX SANS --- */

/* Regular */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2');
}

/* Italic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/ibm-plex-sans-v23-latin-italic.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/ibm-plex-sans-v23-latin-700.woff2') format('woff2');
}

/* Bold Italic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/ibm-plex-sans-v23-latin-700italic.woff2') format('woff2');
}


/* --- KARLA --- */

/* Regular */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/karla-v33-latin-regular.woff2') format('woff2');
}

/* Italic */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/karla-v33-latin-italic.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/karla-v33-latin-700.woff2') format('woff2');
}

/* Bold Italic */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/karla-v33-latin-700italic.woff2') format('woff2');
}

/* ==========================================================================
   ASSEGNAZIONE AI TAG HTML
   ========================================================================== */

body {
    font-family: 'Karla', Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .main_menu ul li > a, .avia-button * {
    font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

/*Custom Menu*/
.inner-container {
    position: relative !important;
}

.custom-header-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}
