﻿@font-face {
    font-family: Museo;
    src: url(/Content/Fonts/Museo100-Regular.otf);
    font-weight: 100;
}

@font-face {
    font-family: Museo;
    src: url(/Content/Fonts/Museo300-Regular.otf);
    font-weight: 300;
}

@font-face {
    font-family: Museo;
    src: url(/Content/Fonts/Museo500-Regular.otf);
    font-weight: 500;
}

@font-face {
    font-family: Museo;
    src: url(/Content/Fonts/Museo700-Regular.otf);
    font-weight: 700;
}

@font-face {
    font-family: Museo;
    src: url(/Content/Fonts/Museo900-Regular.otf);
    font-weight: 900;
}

@font-face {
    font-family: FiraSans;
    src: url(/Content/Fonts/FiraSans-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: FiraSans;
    src: url(/Content/Fonts/FiraSans-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: FiraSans;
    src: url(/Content/Fonts/FiraSans-SemiBold.otf);
    font-weight: 600;
}

@font-face {
    font-family: FiraSans;
    src: url(/Content/Fonts/FiraSans-Light.otf);
    font-weight: 300;
}
@font-face{
      font-family: FiraSans;
    src: url(/Content/Fonts/FiraSans-Book.otf);
     font-weight:400;
}