/*
Theme Name: Cover Manager
Author: Bisiesto
Author URI: http://bisiesto.es/
Description: Plantilla a medida para Cover Manager
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: covermanager
Domain Path: /lang/
*/


/* Colores estilo claro */
::backdrop, 
:root {
    --sans-font:  'Rubik', sans-serif;
    --mono-font: Consolas,Menlo,Monaco,"Andale Mono","Ubuntu Mono",monospace;
    --standard-border-radius: 10px;
    --bg: var(--wp--preset--color--white);
    --accent-bg: var(--wp--preset--color--accent);
    --text: var(--wp--preset--color--black);
    --text-light: #585858;
    --border: none;
    --accent: var(--wp--preset--color--accent);
    --code: #d81b60;
    --preformatted: #444;
    --marked: transparent;
    --disabled: transparent;


}

/* Colores estilo oscuro */
@media (prefers-color-scheme: dark){
	::backdrop, :root {
		color-scheme: dark;
		--bg: var(--wp--preset--color--white);
		--accent-bg: var(--wp--preset--color--accent);
		--text: var(--wp--preset--color--black);
		--text-light: #ababab;
		--accent: var(--wp--preset--color--accent);
		--code: #f06292;
		--preformatted: #ccc;
	    --disabled: #111;
	}
}



/* Medidas */
/*::backdrop,
:root {
	--acotado: 990px;
}*/
/* --wp--style--global--content-size: 840px; */
/* --wp--style--global--wide-size: 1100px; */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}
/* General */
html{
	background: var(--blanco);
}
.alignright {
	float:right;
}
.alignleft {
	float: left;
}
/* Fin General */

/* Fonts */
/* figtree-500 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 500;
	src: url('./recursos/fonts/figtree-v5-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('./recursos/fonts/figtree-v5-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* rubik-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	src: url('./recursos/fonts/rubik-v28-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('./recursos/fonts/rubik-v28-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-300italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: italic;
	font-weight: 300;
	src: url('./recursos/fonts/rubik-v28-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('./recursos/fonts/rubik-v28-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: url('./recursos/fonts/rubik-v28-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('./recursos/fonts/rubik-v28-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-500italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Rubik';
	font-style: italic;
	font-weight: 500;
	src: url('./recursos/fonts/rubik-v28-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('./recursos/fonts/rubik-v28-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}