﻿@font-face {
    font-family: CommercialScript BT;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/ComScrpt.ttf);
}

h1, h2, .title-font {
    font-family: "Castellar", Castellar;
}

p, i {
    font-family: 'CommercialScript BT', CommercialScript BT;
    white-space: pre-line;
    font-size: 3em;
}
/*Mobile View*/
@media only screen and (max-width: 600px) {
    p, i {
        font-size: 2em;
    }
    }