@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-bold.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-bold.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-bold.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-bold.svg#ubuntubold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-light.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-light.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-light.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-light.svg#ubuntulight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-medium.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-medium.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-medium.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-medium.svg#ubuntumedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-regular.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-regular.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-regular.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-regular.svg#ubunturegular') format('svg');
    font-weight: 400;
    font-style: normal;

}
