/*
Theme Name: Meu Tema Personalizado
Author: Seu Nome
Description: Um tema WordPress personalizado, responsivo e construído com Bootstrap para Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meutema
*/

	.
/* FONTE DIN */
@font-face {
  font-family: 'DIN';
  src: url('fonts/din/DIN-2014_Extra-Light.woff2') format('woff2'),
       url('fonts/din/DIN-2014_Extra-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('fonts/din/DIN-Light.woff2') format('woff2'),
       url('fonts/din/DIN-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('fonts/din/DIN-Regular.woff2') format('woff2'),
       url('fonts/din/DIN-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('fonts/din/DIN-medium.woff2') format('woff2'),
       url('fonts/din/DIN-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('fonts/din/DIN-bold.woff2') format('woff2'),
       url('fonts/din/DIN-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* FONTE MANROPE */
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-ExtraLight.woff2') format('woff2'),
       url('fonts/manrope/Manrope-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-Light.woff2') format('woff2'),
       url('fonts/manrope/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-Regular.woff2') format('woff2'),
       url('fonts/manrope/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-Medium.woff2') format('woff2'),
       url('fonts/manrope/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-SemiBold.woff2') format('woff2'),
       url('fonts/manrope/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-Bold.woff2') format('woff2'),
       url('fonts/manrope/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope/Manrope-ExtraBold.woff2') format('woff2'),
       url('fonts/manrope/Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* FONTE TITILIUM */
@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-ExtraLight.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-Light.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-Regular.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-SemiBold.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-Bold.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/titilium/TitilliumWeb-Black.woff2') format('woff2'),
       url('fonts/titilium/TitilliumWeb-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}




