/*
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: 'ToyotaType';
    src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.eot');
    src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.woff') format('woff'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.ttf') format('truetype'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ToyotaType-Book';
    src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.eot');
    src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.woff2') format('woff2'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.woff') format('woff'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.ttf') format('truetype'),
        url('/wp-content/themes/customtheme-child/mx-assets/fonts/ToyotaType-Book.svg#ToyotaType-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html:root {
  --tm-root-color-accent: #282830;
  --tm-root-color-hover-accent: #505054;
  --tm-root-color-secondary-accent: #ffffff;
  --tm-root-color-secondary-hover-accent: #F3F3F3;

#  --tm-schema-grey5: #656759;
  --tm-schema-grey5: #282830;
  --tm-schema-grey4: #939599;
  --tm-schema-grey3: #e0e2e6;
  --tm-schema-grey2: #F7F7F7;
  --tm-schema-grey1: #ffffff;

  --tm-root-font-family-heading: ToyotaType;
  --tm-root-font-family-body: ToyotaType-Book;
}
