@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

/* @font-face
{
    font-family: 'Nunito';
    src: url('Nunito-Light.ttf');
    font-weight: 300;  
    font-style: normal;  
}
@font-face
{
    font-family: 'Nunito';
    src: url('Nunito-Light.ttf');
    font-weight: normal;  
    font-style: normal;  
}
@font-face
{
    font-family: 'Nunito';
    src: url('Nunito-Regular.ttf');
    font-weight: 700;  
    font-style: normal;  
} */

/* @font-face
{
    font-family: 'Nunito';
    src: url('Nunito-Regular.ttf');
    font-weight: normal;  
    font-style: normal;  
} */

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