/*
Theme Name: API Wordpress
Author: Noveitor Studio
Author URI: http://www.noveitor.com
Description: LMS MOOC es un tema desarrollado para resolver tareas formativas interactivas a través de una herramienta online de capacitación.
Version: 1.0

Tags: emprendimiento, Innovación, CORFO, PAEI

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Variables globales */

:root {
  --cien: 100%;

  --morado-oscuro: #241635;
  --verde-agua: #3bf6d0;
  --celeste: #6dfefa;
  --morado-intermedio: #93278f;
  --morado-vibrante: #f34bf2;
  --gris-claro: #ededed;
  --blanco: white;

  --gris-oscuro: #191919;
  --amarillo-uinn: #ffec0e;
  --morado-uinn: #4e4eb7;
  --verde-agua-uinn: #3bf6d0;
  --borgono-uinn: #9c095d;

  --ancho-estandar: 1200px;

  --size-no: 0px;
  --size-1px: 1px;
  --size-xxs: 3px;
  --size-xs: 5px;
  --size-s: 10px;
  --size-m: 20px;
  --size-l: 40px;
  --size-xl: 60px;
  --size-xxl: 120px;

  --size-xs-font: 8px;
  --size-s-font: 12px;
  --size-m-font: 14px;
  --size-l-font: 20px;
  --size-xl-font: 28px;
  --size-xxl-font: 40px;
  --size-xxxl-font: 50px;

  --color-ui-b-i: #edeff0;
  --color-ui-i-inactive: #f3f5f6;
  --color-ui-i-inactive-ii: #f9fafa;
  --color-ui-ii: #f9fafa;
  --color-h: #384047;
  --color-h2: #4b5658;
  --color-p: #576366;
  --color-i: #4f4eb7;
  --color-ii: #9e005d;
  --color-secundario: #7b8b8e;
  --color-inactive: #d4d9dd;

  --color-registro: #3344c9;
  --color-inicio-s: #341312;
}

/*

Tipografías corporativas

*/

@font-face {
  font-family: "Graphik-Regular-Web";
  src: url("/wp-content/themes/educamineria/assets/fonts/graphik/Graphik-Regular-Web.ttf");
}

@font-face {
  font-family: "Graphik-Black-Web";
  src: url("/wp-content/themes/educamineria/assets/fonts/graphik/Graphik-Black-Web.ttf");
}

@font-face {
  font-family: "Graphik-Semibold-Web";
  src: url("/wp-content/themes/educamineria/assets/fonts/graphik/Graphik-Semibold-Web.ttf");
}

@font-face {
  font-family: "ds-digi";
  src: url("/wp-content/themes/educamineria/assets/fonts/DS-DIGI.ttf");
}
@font-face {
  font-family: "cenzo";
  src: url("/wp-content/themes/educamineria/assets/fonts/cenzoflare-light.otf");
}

/* Define the "system" font family */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"),
    local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"),
    local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

li,
a {
  font-family: "system"; /* Familia tipográfica principal */
}

p {
  font-family: "Graphik-Regular-Web";
}

.ff-digi {
  font-family: "ds-digi";
}

.f-cenzo {
  font-family: "cenzo";
}
