﻿@font-face {
    font-family: 'Custom';
    src: url('/Fonts-Google/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Custom', sans-serif;
}
