﻿@font-face {
    font-family: 'Raleway';
    font-weight: 500;
    src: url('/content/fonts/Raleway-Medium.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-weight: 600;
    src: url('/content/fonts/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-weight: bold;
    src: url('/content/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Droid Sans';
    font-weight: normal;
    src: url('/content/fonts/DroidSans.ttf');
    src: url('/content/fonts/DroidSans.woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-weight: normal;
    font-style: italic;
    src: url('/content/fonts/MinionProItalic.ttf');
    src: url('/content/fonts/MinionProItalic.woff');
}