﻿@font-face {
    font-family: 'Averta Std';
    src: url('AvertaStd-Black.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Averta Std';
    src: url('AvertaStd-ExtraBold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Averta Std';
    src: url('AvertaStd-Semibold.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-BookItalic.otf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Book.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Bold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Black.otf');
    font-weight: 700;
    font-style: normal;
}