@font-face {
font-family: 'RalewayLight';
src: url('./Raleway-Light.eot');
src: url('./Raleway-Light.eot?#iefix') format('embedded-opentype'),
url('./Raleway-Light.woff2') format('woff2'),
url('./Raleway-Light.woff') format('woff'),
url('./Raleway-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'RalewayRegular';
    src: local('Raleway Regular'), local('Raleway-Regular'),
        url('./Raleway-Regular.woff2') format('woff2'),
        url('./Raleway-Regular.woff') format('woff'),
        url('./Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RalewaySemibold';
    src: local('Raleway Semi Bold'), local('Raleway-Semi-Bold'),
        url('./Raleway-SemiBold.woff2') format('woff2'),
        url('./Raleway-SemiBold.woff') format('woff'),
        url('./Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}