@import url("https://use.typekit.net/jig1pns.css");

/*******************************************************************************************************************************/

:root {
	--musta: #000000;
	--harmaa: #999999;
	--harmaa-vaalea: #CCCCCC;
	--harmaa-tausta: #E2E2E4;
	--harmaa-reuna: #E4E4E4;
	--oikein-vari: forestgreen;
	--oikein-taustavari: #D1EEDB;
	--vaarin-vari: red;
	--vaarin-taustavari: #FCEAEA;

	--vari1: #643695;
	--vari1-tumma: #40235F;

	--painike-vari: #FFFFFF;
	--painike-vari-hover: #FFFFFF;
	--painike-vari-selected: #FFFFFF;
	--painike-vari-disabled: #FFFFFF;
	--painike-taustavari: #643695;
	--painike-taustavari-hover: #40235F;
	--painike-taustavari-selected: #000000;
	--painike-taustavari-disabled: #E2E2E4;
	--painike-kehys: .05em solid #643695;
	--painike-kehys-hover: .05em solid #40235F;
	--painike-kehys-selected: .05em solid #000000;
	--painike-kehys-disabled: .05em solid #E2E2E4;
	--painike-mitat: 1.75em;

	--valilehdet-vari-selected: #2DAC44;
	--valilehdet-palkki-tausta-mobile: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(245,245,245,1) 50%);
}

/*******************************************************************************************************************************/
* {
	position: relative;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
	touch-action: manipulation;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	min-height: 100%;
	font-size: 20px;
	line-height: 1.2;
}
html.preloader::after,
html *.preloader::after {
	content: '';
	position: absolute;
	left: calc(50% - 18px);
	top: calc(50% - 18px);
	width: 36px;
	height: 36px;
	background-image: url(images/preloader.gif);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
body {
	font-family: myriad-pro, serif;
	color: var(--musta);
	margin: 0;
	padding: 0;
}
html, body {
	-webkit-text-size-adjust: none;
}
html.lukittu,
html.lukittu * {
	pointer-events: none !important;
	cursor: default !important;
}


/*** h1, h2, h3 ***/
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-size: inherit;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
/*h1 {
	font-size: 1.9em;
	color: #009FAD;
	margin-bottom: .26em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: .34em;
}
h3 {
	font-size: 1.35em;
	margin-bottom: .37em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: .4em;
}*/
h5 {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: .4em;
}
h6 {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: .4em;
}
/*h1:not(:first-child) {
	margin-top: .52em;
}
h2:not(:first-child) {
	margin-top: .67em;
}
h3:not(:first-child) {
	margin-top: .74em;
}
h4:not(:first-child) {
	margin-top: .8em;
}*/
h5:not(:first-child) {
	margin-top: .4em;
}
h6:not(:first-child) {
	margin-top: .4em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}


/*** ol ***/
ol.pallo, ol.viiva, ol.abc, ol.nro, ol.tyhja, ol.merkki {
	position: relative;
	margin: .5em 0;
	padding: 0;
	list-style: none;
}
ol > li {
	margin: 0 0 .5em;
	padding: 0 0 0 1em;
}
ol.tyhja > li {
	padding: 0;
}
ol.pallo > li::before {
	content: '•';
	font-weight: bold;
	position: absolute;
	left: .25em;
} 
ol.viiva > li::before {
	content:'–';
	position: absolute;
	left: .15em;
}
ol.merkki > li::before {
	content: attr(data-merkki);
	position: absolute;
	left: .25em;
}
ol.pallo:first-child, ol.viiva:first-child, ol.abc:first-child, ol.nro:first-child, ol.tyhja:first-child, ol.merkki:first-child {
	margin-top: 0;
}
ol.pallo:last-child, ol.viiva:last-child, ol.abc:last-child, ol.nro:last-child, ol.tyhja:last-child, ol.merkki:last-child {
	margin-bottom: 0;
}
ol > li:last-child {
	margin-bottom: 0;
}
ol.abc {
	counter-reset: ol-abc-counter;
}
ol.abc ol.abc {
	counter-reset: ol-abc2-counter;
}
ol.abc ol.abc ol.abc {
	counter-reset: ol-abc3-counter;
}
ol.nro {
	counter-reset: ol-nro-counter;
}
ol.nro ol.nro {
	counter-reset: ol-nro2-counter;
}
ol.nro ol.nro ol.nro {
	counter-reset: ol-nro3-counter;
}
ol.abc > li::before,
ol.nro > li::before {
	position: absolute;
	left: .75em;
	transform: translateX(-100%);
}
ol.abc > li::before {
	content: counter(ol-abc-counter, lower-latin) ')';
	counter-increment: ol-abc-counter;
}
ol.abc ol.abc > li::before {
	content: counter(ol-abc2-counter, lower-latin) ')';
	counter-increment: ol-abc2-counter;
}
ol.abc ol.abc ol.abc > li::before {
	content: counter(ol-abc3-counter, lower-latin) ')';
	counter-increment: ol-abc3-counter;
}
ol.nro > li::before {
	content: counter(ol-nro-counter, decimal) '.';
	counter-increment: ol-nro-counter;
}
ol.nro ol.nro > li::before {
	content: counter(ol-nro2-counter, decimal) '.';
	counter-increment: ol-nro2-counter;
}
ol.nro ol.nro ol.nro > li::before {
	content: counter(ol-nro3-counter, decimal) '.';
	counter-increment: ol-nro3-counter;
}


/*** p ***/
p {
	margin: .5em 0;
	padding: 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}


/*** a ***/
a[href],
a[data-tiedosto]{
	color: #07a;
	white-space: normal;
	text-decoration: underline;
	cursor: pointer;
}
html.no-touch a[href]:hover,
html.no-touch a[data-tiedosto]:hover{
	color: #000;
}


/*** nw ***/
nw {
	white-space: nowrap;
}


/*** RIVI ***/
.rivi {
	display: flex;
	flex-direction: row;
}
.rivi > *:not(:last-child) {
	margin-right: 1em;
}


/*** FLEX ***/
.flex-r {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.flex-c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*** * ***/
*[contenteditable="true"] {
	cursor: text;
	-webkit-user-select: text;
	user-select: text;
}
*[data-aani],
*[data-kaiutin],
*[data-aikakohta] {
	cursor: pointer !important;
}
*[data-aikakohta]:not(.nappi).kaiutin::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url(images/nappi/kuuntele.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/*** CONTAINER ***/
#container {
	position: relative;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	font-size: 20px;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}
html.preloader #container {
	visibility: hidden;
}


/*** PAINIKKEET ***/
.painikkeet,
#painikkeet {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	gap: .4em;
}
.painikkeet > *:not(.disabled),
#painikkeet > *:not(.disabled) {
	pointer-events: all;
}


/*** YLEISET ERIKOISNAPIT ***/
.nuoliB.nappi {
	position: absolute;
	top: calc(50% - 2em);
	width: 2.5em;
	height: 4em;
	z-index: 1;
	border-radius: 0 !important;
	border: none !important;
	background: none !important;
	color: #00000033 !important;
}
html.no-touch .nuoliB.nappi:hover {
	color: #00000099 !important;
}
.nuoliB.nappi > svg {
	position: absolute;
	width: 4em;
	height: 4em;
	pointer-events: none;
}
.nuoliB.edellinen {
	left: 0;
}
.nuoliB.edellinen > svg {
	transform: translateX(-.1em);
}
.nuoliB.seuraava {
	right: 0;
}
html.scrollY #container > .nuoliB.seuraava {
	margin-right: 18px;
}
html.mobile .nuoliB.nappi > svg {
	font-size: .5em;
}

.suljeB {
	position: absolute;
	right: .5em;
	top: .5em;
	border: none !important;
	background-color: #A01C32 !important;
}
html.no-touch .suljeB:hover {
	background-color: #781525 !important;
}
html.scrollY #container > .suljeB {
	margin-right: 18px;
}
#suljeIkkunaB {
	position: absolute;
	top: .5em;
	right: .5em;
	z-index: 10001;
}
html.mobile.sulje-ikkunaB-parent #suljeIkkunaB,
html.sulje-ikkunaB-children:not(.mobile) #suljeIkkunaB {
	display: none !important;
}

.zoomB {
	width: calc(var(--painike-mitat) * .8) !important;
	height: calc(var(--painike-mitat) * .8) !important;
}
.zoomB.plus {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.zoomB.minus {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}


/*** COPY ***/
*[data-copy]:not([data-copy=""])::after {
	content: attr(data-copy);
	position: absolute;
	bottom: .5em;
	left: .5em;
	font-size: .5em;
	color: #000;
	text-align: left;
	font-family: sans-serif;
	pointer-events: none;
}


/*** HARJOITUSPOHJA ***/
#harjoituspohja {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#harjoituspohja-ylapalkki,
#harjoituspohja-alapalkki {
	flex: 0 0 auto;
}
#harjoituspohja-ylapalkki {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	padding: .8em;
	gap: .8em;
}
#harjoituspohja-ylapalkki:empty{
	display: none;
}
#harjoituspohja-alapalkki {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 .5em;
}
#harjoituspohja-alapalkki > *:not(:empty){
	min-height: 1.75em;
	margin: .5em 0;
}

#harjoituspohja-ylapalkki .otsikko-kuvake {
	flex: 0 0 auto;
	width: 2em;
	height: 2em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#harjoituspohja-ylapalkki .otsikko-kuvake:last-child {
	visibility: hidden;
}

#harjoituspohja-sisaltoalue {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}
#harjoituspohja-tehtavananto {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: .5em 1em;
	gap: .4em;
}
#harjoituspohja-tehtavananto:first-child {
	margin-top: .5em;
}
#harjoituspohja-tehtavananto:empty{
	display: none;
}
#harjoituspohja-tehtavananto .tehtavananto-kuvake {
	flex: 0 0 auto;
	width: 3em;
	height: 3em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#harjoituspohja-sisalto {
	flex: 1 1 0;
	overflow-x: hidden;
	overflow-y: auto;
}
#harjoituspohja-sisalto > #eteneminen {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
html.mobile #harjoituspohja-sisaltoalue > #eteneminen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


/*** DIAT ***/
#diat {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#diat::before {
	content: '';
	flex: 0 0 4.5em;
	height: 100%;
}
#diat::after {
	content: '';
	flex: 0 0 4.5em;
	height: 100%;
}
.dia-piilossa {
	display: none !important;
}
html.mobile #diat::before,
html.mobile #diat::after {
	flex: 0 0 1em;
}


/*** MODAALI ***/
.modaali{
	position: absolute;
	pointer-events: all;
}
.modaali-wrapper{
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	background-color: #fff;
	padding: .5em;
	box-shadow: 0 0 1em rgba(0,0,0,.25);
}
.modaali-sisalto-wrapper{
	display: flex;
	flex-direction: column;
	padding: .5em;
}
/*.modaali-sisalto{
	display: flex;
	flex-direction: column;
}*/
.modaali[data-scroll="true"] .modaali-wrapper{
	height: 100%;
}
.modaali[data-scroll="true"] .modaali-sisalto-wrapper{
	overflow-y: auto;
}

.modaali-napit{
	flex: 0 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .4em;
}
.modaali-napit:empty{
	display: none;
}

.modaali-painikkeet{
	position: sticky;
	bottom: 0;
	padding-top: .4em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .4em;
}
.modaali-painikkeet:empty{
	display: none;
}

/* .modaali.tooltip */
.modaali.tooltip .modaali-wrapper{
	padding: .4em .5em;
	border-radius: .2em;
	color: #fff;
	background-color: #000212;
	flex-direction: row-reverse;
}
.modaali.tooltip .modaali-sisalto-wrapper{
	padding: 0;
}
.modaali.tooltip .modaali-sisalto{
	
}
.modaali.tooltip .modaali-napit{
	padding: 0;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: .5em;
	margin-right: -.1em;
}

/* .modaali-tooltip-nuoli */
.modaali.tooltip > .modaali-tooltip-nuoli{
	position: absolute;
	width: .7em;
	height: .7em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M5.58579 5.58579L0 0H14L8.41421 5.58579C7.63316 6.36684 6.36684 6.36684 5.58579 5.58579Z' fill='%23000212'/%3E%3C/svg%3E");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.modaali.tooltip[data-paikka="ylos"]{margin-bottom: .7em;}
.modaali.tooltip[data-paikka="alas"]{margin-top: .7em;}
.modaali.tooltip[data-paikka="vasen"]{margin-right: .7em;}
.modaali.tooltip[data-paikka="oikea"]{margin-left: .7em;}

.modaali.tooltip[data-paikka="ylos"] > .modaali-tooltip-nuoli{top: calc(100% - 1px); transform: translateX(-50%);}
.modaali.tooltip[data-paikka="alas"] > .modaali-tooltip-nuoli{bottom: calc(100% - 1px); transform: translateX(-50%) rotate(180deg);}
.modaali.tooltip[data-paikka="vasen"] > .modaali-tooltip-nuoli{left: calc(100% - 1px); transform: translateY(-50%) rotate(-90deg);}
.modaali.tooltip[data-paikka="oikea"] > .modaali-tooltip-nuoli{right: calc(100% - 1px); transform: translateY(-50%)rotate(90deg);}


/*** puhekupla ***/
.puhekupla {
	position: relative;
	display: inline-block;
	padding: 1em;
	border-radius: .5em;
	background-color: #E2E2E2;
	text-align: center;
}
.puhekupla.valkoinen {
	background-color: #fff;
}
.puhekupla::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em .5em 0 .5em;
	border-color: #E2E2E2 transparent transparent;
	left: 2em;
	bottom: -1.25em;
	transform: rotate(10deg);
}
.puhekupla.valkoinen::after {
	border-color: #fff transparent transparent;
}
.puhekupla.oikea::after {
	left: auto;
	right: 2em;
	transform: rotate(-10deg);
}
.puhekupla.sivu::after {
	left: -1em;
	bottom: .1em;
	transform: rotate(72deg);
}
.puhekupla.sivu.oikea::after {
	left: auto;
	right: -1em;
	bottom: .1em;
	transform: rotate(-72deg);
}
.puhekupla.sivu.keskella::after {
	bottom: calc(50% - 1em);
}
.puhekupla[data-aani],
.puhekupla[data-kaiutin],
.puhekupla[data-aikakohta] {
	background-image: url(images/nappi/kuuntele_musta.png);
	background-size: 1em;
	background-position: left .1em top .1em;
	background-repeat: no-repeat;
}


/*** div-zoom ***/
/* .div-zoom {
	
} */
.div-zoom-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.div-zoom-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.div-zoom:not([data-zoom="1"]):not(.dragging) .div-zoom-content {
	cursor: move;
	cursor: grab;
}
.div-zoom:not([data-zoom="1"]).dragging .div-zoom-content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}
.div-zoom.dragging .div-zoom-content {
	cursor: move;
	cursor: grabbing;
}
.div-zoom-buttons {
	position: absolute;
	left: .5em;
	bottom: .5em;
	display: flex;
	flex-direction: column;
}
/***/
/* .div-zoom ::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	border-radius: 1px;
}
.div-zoom ::-webkit-scrollbar-track {
	background: #FFF
}
.div-zoom ::-webkit-scrollbar-thumb {
	background: #9b9b9b;
}
.div-zoom ::-webkit-scrollbar-thumb:hover {
	background: #9b9b9b;
} */


/*** virhe ***/
virhe {
	display: block;
	color: red;
	font-weight: bold;
	border: 2px solid;
	padding: .25em;
	margin: .5em auto;
}


/*** palaute ***/
html.no-mobile.palaute_oikein #palaute,
html.no-mobile.palaute_vaarin #palaute {
	position: absolute;
	top: 0;
	right: 2em;
	width: 4em;
	height: 6.25em;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translateY(-100%);
	animation: palauteLiike 3s ease-in-out;
}
html.no-mobile.palaute_oikein #palaute {
	background-image: url(../src/kuvat/palaute/palaute_oikein.png);
}
html.no-mobile.palaute_vaarin #palaute {
	background-image: url(../src/kuvat/palaute/palaute_vaarin.png);
}
html.mobile.palaute_oikein #palaute,
html.mobile.palaute_vaarin #palaute {
	position: relative;
	top: unset;
	right: unset;
	width: 8em;
	height: 8em;
	background-position: center;
	opacity: 0;
	animation: palauteFade 3s;
}
html.mobile.palaute_oikein #palaute {
	background-image: url(../src/kuvat/palaute/symboli_oikein.png);
}
html.mobile.palaute_vaarin #palaute {
	background-image: url(../src/kuvat/palaute/symboli_vaarin.png);
}
@keyframes palauteLiike {
	0% {transform: translateY(-100%);}
	20% {transform: translateY(0%);}
	80% {transform: translateY(0%);}
	100% {transform: translateY(-100%);}
}
@keyframes palauteFade {
	0% {opacity: 0;}
	10% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}


/*** ELEMENTIT ****************************************************************/

/*** RANGE ***/
input[type="range"].range {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: .5em;
	background: none;
}
input[type="range"].range:focus {
	outline: none;
}
input[type="range"].range::-webkit-slider-runnable-track {
	width: 100%;
	height: 1em;
	cursor: pointer;
	background: #666;
	border-radius: 1em;
}
input[type="range"].range:hover::-webkit-slider-runnable-track,
input[type="range"].range:focus::-webkit-slider-runnable-track,
input[type="range"].range:active::-webkit-slider-runnable-track {
	background: #333;
}
input[type="range"].range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 1em;
	height: 1em;
	border: 1px solid #666;
	border-radius: 1em;
	background: #fff;
	cursor: pointer;
}
input[type="range"].range::-moz-range-track {
	width: 100%;
	height: 1em;
	cursor: pointer;
	background: #666;
	border-radius: 1em;
}
input[type="range"].range:hover::-moz-range-track,
input[type="range"].range:focus::-moz-range-track,
input[type="range"].range:active::-moz-range-track {
	background: #333;
}
input[type="range"].range::-moz-range-thumb {
	width: 1em;
	height: 1em;
	border: 1px solid #666;
	border-radius: 1em;
	background: #fff;
	cursor: pointer;
}
input[type="range"].range::-moz-focus-inner,
input[type="range"].range::-moz-focus-outer {
	border: none;
}
input[type="range"].range::-ms-track {
	width: 100%;
	height: 1em;
	cursor: pointer;
	color: transparent;
	background: #666;
	border-radius: 1em;
	border: none;
}
input[type="range"].range::-ms-fill-lower {
	display: none;
}
input[type="range"].range::-ms-fill-upper {
	display: none;
}
input[type="range"].range::-ms-thumb {
	width: 1em;
	height: 1em;
	border: 1px solid #666;
	border-radius: 1em;
	background: #fff;
	cursor: pointer;
}
input[type="range"].range::-ms-tooltip {
	display: none;
}
input[type="range"].range:hover::-ms-track,
input[type="range"].range:focus::-ms-track,
input[type="range"].range:active::-ms-track {
	background: #333;
}


/*** FONTIT ***************************************************/

/*
* This CSS file includes copyrighted font software data (fonts) which is authorized
* for the following URLs only:
*
* https://www.sanomapro.fi/
*
* The copyrighted fonts are:
*
* Alku-Laiha
* Alku-Normaali
* Alku-Lihava
* AlkuApulinjat-Laiha
* AlkuApulinjat-Normaali
* AlkuApulinjat-Lihava
* AlkuPiirtosuunnat-Laiha
*
* These fonts are protected by copyright and licensing terms, and may not be
* used without permission on other web sites, servers or computers. For full
* terms, please see http://www.typolar.com/licenses
*
* (c) 2016 Typolar Ltd
*/

/*Alku*/
@font-face {
	font-family: 'Alku';
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-laiha-webfont.eot');
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-laiha-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-laiha-webfont.woff2') format('woff2'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-laiha-webfont.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'Alku';
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-normaali-webfont.eot');
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-normaali-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-normaali-webfont.woff2') format('woff2'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-normaali-webfont.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'Alku';
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-lihava-webfont.eot');
	src: url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-lihava-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-lihava-webfont.woff2') format('woff2'),
		url('https://sisalto.sanomapro.fi/tiedostot/fontit/alku-lihava-webfont.woff') format('woff');
	font-weight: bold;
}

svg [name="Alku_Lihava"] tspan {
	font-weight: bold !important;
}