/*
Theme Name: CustomTheme Child
Author: CustomTheme
Author URI:
Description: Tema para webs personalizadas
Version: 1.0.0
Template: customtheme
@import url('style.css');
*/

@font-face {
  font-family: 'Muli';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-Bold.woff2') format('woff2'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-SemiBold.woff2') format('woff2'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-Light.woff2') format('woff2'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/Muli-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* :root {
  --tm-root-color-accent: #1c69d4;
  --tm-root-color-hover-accent: #154f9f;
  --tm-root-color-secondary-accent: #ffffff;
  --tm-root-color-secondary-hover-accent: #E9F2FF;

  --tm-schema-grey5: #0D2F5F;
  --tm-schema-grey4: #154F9F;
  --tm-schema-grey3: #B9D1F2;
  --tm-schema-grey2: #F5F9FF;
  --tm-schema-grey1: #FEFEFF;

  --tm-root-font-family-heading: TeXGyreAdventor;
  --tm-root-font-family-body: 'Plus Jakarta Sans', sans-serif;
} */

html:root {
  --tm-root-color-accent: #057bff;
  --tm-root-color-hover-accent: #0265D4;
  --tm-root-color-secondary-accent: #ffffff;
  --tm-root-color-secondary-hover-accent: #E0EFFF;

  --tm-schema-grey5: #022b59;
  --tm-schema-grey4: #034a99;
  --tm-schema-grey3: #b2d6ff;
  --tm-schema-grey2: #e6f2ff;
  --tm-schema-grey1: #FEFEFF;

  /* --tm-root-font-family-heading: TeXGyreAdventor; */
  --tm-root-font-family-body: 'Muli';
}
