﻿@font-face {
    font-family: Bebas;
    src: url(../../fonts/BebasNeue.otf) format("truetype");
}
/*url('../fonts/BebasNeue.otf')*/
@font-face {
    font-family: RobotoR;
    src: url(../../fonts/roboto_regular_typekit.ttf) format("truetype");
}

@font-face {
    font-family: Wisdom;
    src: url('../../fonts/Wisdom Script AJ.otf') format("truetype");
}

@font-face {
    font-family: Morgan;
    src: url(../../fonts/Morgan.otf) format("truetype");
}

@font-face {
    font-family: Epidemia;
    src: url(../../fonts/EPIDEMIA.otf) format("truetype");
}

@font-face {
    font-family: Font15;
    src: url(../../fonts/font15.otf) format("truetype");
}

@font-face {
    font-family: PR;
    src: url(../../fonts/LaPorteniadelaRecoleta.ttf) format("truetype");
}

@font-face {
    font-family: MorganBold;
    src: url(../../fonts/MorganAvecBoldCaps.otf) format("truetype");
}

@font-face {
    font-family: Sugar;
    src: url(../../fonts/SugarPie.otf) format("truetype");
}
@font-face {
    font-family: Zap;
    src: url(../../fonts/ZapfHumanist601BT-Ultra.otf) format("truetype");
}
@font-face {
    font-family: thirsty;
    src: url(../../fonts/thirstyscriptregular.otf) format("truetype");
}
.lacaBebaText {
    font-family: "Bebas";
    /*font-size: larger;*/
    font-size: 3vh;
}

.lacaBebaRegularText {
    font-family: "Bebas";
} 

.lacaRoboto {
    font-family: "RobotoR";
}

.lacaWis {
    font-family: "Wisdom";
}

.lacaMorgan {
    font-family: "Morgan";
}

.lacaEpi {
    font-family: "Epidemia";
}

.lacaF15 {
    font-family: "Font15";
}

.lacaPorteniaRecolecta {
    font-family: "PR";
}


.lacaMorganAvenBold {
    font-family: "MorganBold";
}



.lacaSugar {
    font-family: Sugar;
}

.lacaZap {
    font-family: Zap;
}

 
.lacaThirsty {
    font-family: thirsty;
}




