﻿@font-face {
    font-family: 'Velliv Regular';
    src: url('/fonts/Velliv-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Velliv Bold';
    src: url('/fonts/Velliv-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Velliv Regular', sans-serif;
}
