﻿@font-face {
    font-family: 'VarelaRound';
    src: url('VarelaRound-Regular.ttf');
    /*  src: url('/fonts/fa-regular-400.ttf?v=4.1.0') format('truetype'); */
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLight.ttf');
    /*  src: url('/fonts/fa-regular-400.ttf?v=4.1.0') format('truetype'); */
}
@font-face {
    font-family: 'PoppinsExtBold';
    src: url('Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('RobotoCondensed-VariableFont_wght.ttf');
    /*  src: url('/fonts/fa-regular-400.ttf?v=4.1.0') format('truetype'); */
}
@font-face {
    font-family: 'OswaldLight';
    src: url('Oswald-Light.ttf');
    /*  src: url('/fonts/fa-regular-400.ttf?v=4.1.0') format('truetype'); */
}
@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-VariableFont.ttf');
    /*  src: url('/fonts/fa-regular-400.ttf?v=4.1.0') format('truetype'); */
}


@font-face {   
    font-family: 'FontAwesomeSolid';
    src: url('fa-solid-900.woff2') format('woff'),
            url('fa-solid-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesomeRegular';
    /*src: url('../fonts/fa-regular-400.woff2') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');*/
    src: url('fa-regular-400.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesomeLight';
    src: url('fa-light-300.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesomeThin';
    src: url('fa-thin-100.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesomeBrands';
    src: url('fa-brands-400.woff2') format('woff'), url('fa-brands-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesomeSlabs';
    src: url('fa-slab-regular-400.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


.tfa-Sol                        { text-align: center; display: inline-block; font-family: 'FontAwesomeSolid'; }
.tfa-Reg                        { text-align: center; display: inline-block; font-family: 'FontAwesomeRegular'; }
.tfa-Lght                       { text-align: center; display: inline-block; font-family: 'FontAwesomeLight'; }
.tfa-Thn                        { text-align: center; display: inline-block; font-family: 'FontAwesomeThin'; }
.tfa-Bra                        { text-align: center; display: inline-block; font-family: 'FontAwesomeBrands'; }
.tfa-Slbs                       { text-align: center; display: inline-block; font-family: 'FontAwesomeSlabs'; }

/*
    https://fonts.google.com/specimen/Oswald
*/