﻿
@font-face {
    font-family: 'LobsterTwo';
    src: url('../fonts/LobsterTwo-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'LobsterTwo';
    src: url('../fonts/LobsterTwo-Regular.ttf') format('truetype');
    font-weight: 400;
}
.heading-title {
       font-family: 'LobsterTwo';
    font-weight: 400;
    color: #ff0000;
    font-size: 36px;
    margin: 0 auto 25px;
    text-align: center;
    letter-spacing:6px;
}

.heading-title2 {
         font-family: Dosis;
    font-weight: 400;
    color: #ff0000;
    font-size: 36px;
    margin:15px auto;
    text-align: center;
    letter-spacing:6px;
}