@font-face {
    font-family: 'T2 Rooftop';
    src:
        url('t2-rooftop-regular.woff2') format('woff2'),
        url('t2-rooftop-regular.woff') format('woff'),
        url('t2-rooftop-regular.ttf') format('truetype'),
		url('t2-rooftop-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'T2 Rooftop';
    src:
        url('t2-rooftop-medium.woff2') format('woff2'),
        url('t2-rooftop-medium.woff') format('woff'),
        url('t2-rooftop-medium.ttf') format('truetype'),
		url('t2-rooftop-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}