﻿@font-face {
    font-family: "Ray";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ray/Ray-Medium.ttf')format("truetype");
}
@font-face {
    font-family: "Ray";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ray/Ray_Bold.ttf')format("truetype");
}
@font-face {
    font-family: "Ray";
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/ray/Ray_ExtraBold.ttf')format("truetype");
}
@font-face {
    font-family: "Ray";
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/ray/Ray_Black.ttf')format("truetype");
}
@font-face {
    font-family: "Ray";
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/ray/Ray_ExtraBlack.ttf')format("truetype");
}