/*
Theme Name: Kreativone
Description: Theme custom pour KREATIV ONE
Author: AMAN
Template: astra
Version: 1.0.0
*/

/* ==================================================
   FONT FACE — BEBAS
================================================== */

@font-face {
    font-family: 'Bebas Neue';
    src: url('/wp-content/themes/kreativone/assets/fonts/BebasNeue-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/wp-content/themes/kreativone/assets/fonts/BebasNeueBook.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/wp-content/themes/kreativone/assets/fonts/Bebas-Regular.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==================================================
   FONT FACE — BEBAS KAI
================================================== */

@font-face {
    font-family: 'Bebas Kai';
    src: url('/wp-content/themes/kreativone/assets/fonts/BebasKai.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==================================================
   FONT FACE — STAGE GROTESK
================================================== */

/* Thin */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Light */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black */

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('/wp-content/themes/kreativone/assets/fonts/StageGrotesk-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ==================================================
   GLOBAL
================================================== */

body {
    font-family: 'Stage Grotesk', sans-serif;
    margin: 0;
    padding: 0;
}

/* ==================================================
   MENU PRINCIPAL
================================================== */

.menuprincipal a {
    font-family: 'Stage Grotesk', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

/* ==================================================
   TITRES
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

#gt-wrapper-50331879 {
  background: #2D2D2D!important;
  border-radius: 30px!important;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1024px) {

    .menuprincipal a {
        font-size: 18px !important;
    }

}

@media (max-width: 768px) {

    .menuprincipal a {
        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    .menuprincipal a {
        font-size: 14px !important;
    }

}