@font-face {
    font-family: 'Cocogoose-Pro-Regular';
    src: url('Cocogoose-Pro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-Pro-Light';
    src: url('Cocogoose-Pro-Light.ttf') format('truetype');
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: 'Cocogoose-Pro-Semilight';
    src: url('Cocogoose-Pro-Semilight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-Pro-Ultralight';
    src: url('Cocogoose-Pro-Ultralight.ttf') format('truetype');
    font-weight: light;
    font-style: light;
}

body {
    background-color: #2b2d33
}