@font-face {
    font-family: 'Circular';
    src: url('Circular-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circular';
    src: url('Circular-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'CircularBold';
    src: url('Circular-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

