@font-face {
    font-family: 'CircularStd';
    font-weight: 400;
    font-style: normal;
    src: url('./CircularStd-Book.ttf');
}

@font-face {
    font-family: 'CircularStd';
    font-weight: 500;
    font-style: normal;
    src: url('./CircularStd-Medium.ttf');
}

@font-face {
    font-family: 'CircularStd';
    font-weight: 600;
    font-style: normal;
    src: url('./CircularStd-Bold.ttf');
}

@font-face {
    font-family: 'CircularStd';
    font-weight: 700;
    font-style: normal;
    src: url('./CircularStd-Black.ttf');
}

@font-face { 
    font-family: 'Roboto Mono';
    font-weight: 400;
    font-style: normal;
    src: url('./RobotoMono-Regular.ttf');
}

@font-face { 
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-style: normal;
    src: url('./RobotoMono-Medium.ttf');
}