/*
Theme Name: GEFAM Uncode
Description: Child theme for the custom use of GEFAM
Author: Undsgn™ & Lorenz Ipsum
Author URI: http://www.lorenzipsum.de
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'BadgerRegular';
    src: url('fonts/BadgerRegular.woff2') format('woff2'),
        url('fonts/BadgerRegular.woff') format('woff'),
        url('fonts/BadgerRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
* @license
*
* Font Family: Manrope
* Designed by: Mikhail Sharanda
* URL: https://www.fontshare.com/fonts/manrope
* © 2026 Indian Type Foundry
*
* Manrope ExtraLight 
* Manrope Light 
* Manrope Regular 
* Manrope Medium 
* Manrope SemiBold 
* Manrope Bold 
* Manrope ExtraBold 
* Manrope Variable (Variable font)

*
*/
@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('fonts/Manrope-ExtraLight.woff2') format('woff2'),
       url('fonts/Manrope-ExtraLight.woff') format('woff'),
       url('fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Light';
  src: url('fonts/Manrope-Light.woff2') format('woff2'),
       url('fonts/Manrope-Light.woff') format('woff'),
       url('fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/Manrope-Regular.woff2') format('woff2'),
       url('fonts/Manrope-Regular.woff') format('woff'),
       url('fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Medium';
  src: url('fonts/Manrope-Medium.woff2') format('woff2'),
       url('fonts/Manrope-Medium.woff') format('woff'),
       url('fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('fonts/Manrope-SemiBold.woff2') format('woff2'),
       url('fonts/Manrope-SemiBold.woff') format('woff'),
       url('fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Bold';
  src: url('..fonts/Manrope-Bold.woff2') format('woff2'),
       url('..fonts/Manrope-Bold.woff') format('woff'),
       url('..fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-ExtraBold';
  src: url('fonts/Manrope-ExtraBold.woff2') format('woff2'),
       url('fonts/Manrope-ExtraBold.woff') format('woff'),
       url('fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 200.0;
*
* available axes:
'wght' (range from 200.0 to 800.0
*/
@font-face {
  font-family: 'Manrope-Variable';
  src: url('fonts/Manrope-Variable.woff2') format('woff2'),
       url('fonts/Manrope-Variable.woff') format('woff'),
       url('fonts/Manrope-Variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}


.font-manrope {
    font-family: 'Manrope-Variable';
   
}