@font-face {
    font-family: 'Montserrat';
    src: url('./montserrat-regular.woff2') format('woff2'),
        url('./montserrat-regular.woff') format('woff'),
        url('./montserrat-regular.ttf') format('truetype'),
        url('./montserrat-regular.svg?#montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url('./montserrat-semibold.woff2') format('woff2'),
        url('./montserrat-semibold.woff') format('woff'),
        url('./montserrat-semibold.ttf') format('truetype'),
        url('./montserrat-bsemiboldld.svg?#montserrat-bold') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./raleway-light.woff2') format('woff2'),
        url('./raleway-light.woff') format('woff'),
        url('./raleway-light.ttf') format('truetype'),
        url('./raleway-light.svg?#raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    line-height: 12px;

    background-color: #f4f4f4;
}
