@charset "utf-8";

@font-face {
    font-family: 'garamond';
    src: url('/fonts/garamond/CormorantGaramond-Light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'garamond';
    src: url('/fonts/garamond/CormorantGaramond-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'garamond';
    src: url('/fonts/garamond/CormorantGaramond-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'garamond';
    src: url('/fonts/garamond/CormorantGaramond-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'garamond';
    src: url('/fonts/garamond/CormorantGaramond-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}