﻿/*Fuentes generales*/
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

.text-bold {
    font-family: 'Poppins-Bold', sans-serif;
}

.text-light {
    font-family: 'Poppins-Light', sans-serif;
}
