﻿@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Medium Italic'), local('CircularStd-MediumItalic'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Black'), local('CircularStd-Black'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Medium'), local('CircularStd-Medium'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Bold'), local('CircularStd-Bold'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Black Italic'), local('CircularStd-BlackItalic'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: none;
    src: local('Circular Std Book Italic'), local('CircularStd-BookItalic'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: none;
    src: local('Circular Std Bold Italic'), local('CircularStd-BoldItalic'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: none;
    src: local('Circular Std Book'), local('CircularStd-Book'),
        none format('embedded-opentype'),
        none format('woff2'),
        none format('woff'),
        none format('truetype');
    font-weight: normal;
    font-style: normal;
}