﻿@font-face {
    font-family: 'Amatic-Bold';
    src: url('../fonts/Amatic-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'AmaticSC-Regular';
    src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mightype Script';
    src: url('../fonts/Mightype Script.otf') format('opentype');
}

@font-face {
    font-family: 'BodoniStd';
    src: url('../fonts/BodoniStd.otf') format('opentype');
}

.openSans{
  font-family: 'Open Sans', sans-serif;
}

.bodoniStd{
  font-family: 'BodoniStd';
}
