﻿@font-face {
    font-family: 'OTFont';
    src: url('fonts/Inter-Regular.ttf') format('truetype');
}

body {
    font-family: 'OTFont', sans-serif;
}
