/**
----------------------------------------------------------------
 Cormorant Garamond
 ----------------------------------------------------------------
 */
/* Light */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-LightItalic.ttf') format('truetype');
}
/* Regular */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-Italic.ttf') format('truetype');
}
/* Medium */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-MediumItalic.ttf') format('truetype');
}
/* Semi-Bold */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
}
/* Bold */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/cormorant-garamond/static/CormorantGaramond-BoldItalic.ttf') format('truetype');
}
.f-sub1 { font-family: 'Cormorant Garamond', serif; }

/**
 ----------------------------------------------------------------
 High Spirited
 ----------------------------------------------------------------
 */
 @font-face {
    font-family: 'High Spirited';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/high-spirited/High\ Spirited.ttf') format('truetype');
}
.f-heading1 { font-family: 'High Spirited', serif; }
