@font-face {
    font-family: 'BoundedBold';
    src: url('../fonts/Bounded-Bold.eot');
    src: url('../fonts/Bounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bounded-Bold.woff2') format('woff2'),
    url('../fonts/Bounded-Bold.woff') format('woff'),
    url('../fonts/Bounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BoundedSemiBold';
    src: url('../fonts/Bounded-SemiBold.eot');
    src: url('../fonts/Bounded-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bounded-SemiBold.woff2') format('woff2'),
    url('../fonts/Bounded-SemiBold.woff') format('woff'),
    url('../fonts/Bounded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BoundedRegular';
    src: url('../fonts/Bounded-Regular.eot');
    src: url('../fonts/Bounded-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bounded-Regular.woff2') format('woff2'),
    url('../fonts/Bounded-Regular.woff') format('woff'),
    url('../fonts/Bounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BoundedLight';
    src: url('../fonts/Bounded-Light.eot');
    src: url('../fonts/Bounded-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bounded-Light.woff2') format('woff2'),
    url('../fonts/Bounded-Light.woff') format('woff'),
    url('../fonts/Bounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}