﻿@font-face {
    font-family: 'Poppins';
    src: url('/home/css/fonts/poppins-light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Questa Regular';
    src: url('/home/css/fonts/questa_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}