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