@font-face {
    font-family: 'Formular';
    src: local('Formular Black Italic'), local('Formular-BlackItalic'),
    url('Formular-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Medium Italic'), local('Formular-MediumItalic'),
    url('Formular-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Italic'), local('Formular-Italic'),
    url('Formular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Light Italic'), local('Formular-LightItalic'),
    url('Formular-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Black'), local('Formular-Black'),
    url('Formular-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Light'), local('Formular-Light'),
    url('Formular-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular'),
    url('Formular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Medium'), local('Formular-Medium'),
    url('Formular-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Bold Italic'), local('Formular-BoldItalic'),
    url('Formular-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: local('Formular Bold'), local('Formular-Bold'),
    url('Formular-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Ar';
    src: local('SF Pro Ar'),
    url('SFProAr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}