
@charset "UTF-8";

@font-face
	{font-family: "Plus Jakarta Sans";
	src: url("../fonts/PlusJakartaSans-ExtraLight.ttf");
	font-weight: 200;
	font-style: normal}

@font-face
	{font-family: "Plus Jakarta Sans";
	src: url("../fonts/PlusJakartaSans-Light.ttf");
	font-weight: 300;
	font-style: normal}

@font-face
	{font-family: "Plus Jakarta Sans";
	src: url("../fonts/PlusJakartaSans-Medium.ttf");
	font-weight: 500;
	font-style: normal}

/*
	#cb80c0 = Rosa       = Borde círculo principal y círculo punteado
	#5e4d81 = Violeta    = Relleno círculo principal
	#fbc2cd = Rosa claro = Alas mariposa, "Hecho a mano" y corazón
	#55f2f2 = Celeste    = "Tatayita" y cuerpo mariposa
	#470147 = Oscuro     = Sombra "Tatayita"
*/

html
	{--un-pixel: 1px}

@media screen and (resolution: 1.25dppx)
{
	html
		{--un-pixel: 0.8px}
}

body
	{color: #333;
	font-family: "Plus Jakarta Sans", "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
	font-weight: 200;
	margin: 0}

a
	{color: #0066cc;
	text-decoration: none}

span.sinSaltoLinea
	{white-space: nowrap}
