﻿@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

/* Futura */

@font-face {
    font-family: var(--current-font), 'Futura Std Light';
    src: url("Fonts/FuturaStd-Light.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: var(--current-font), 'Futura Std Book';
    src: url("Fonts/FuturaStd-Book.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: var(--current-font), 'Futura Std Medium';
    src: url("Fonts/FuturaStd-Medium.otf") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: var(--current-font), 'Futura Std Heavy';
    src: url("Fonts/FuturaStd-Heavy.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: var(--current-font), 'Futura Std Bold';
    src: url("Fonts/FuturaStd-Bold.otf") format("opentype");
    font-weight: 900;
}


/* Sofia Pro Ultra Light */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 100;
    font-style: normal;
}
/* Sofia Pro Ultra Light italic */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 100;
    font-style: italic;
}
/* Sofia Pro Extra Light */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    font-style: normal;
}
/* Sofia Pro Extra Light */
@font-face {
   italic font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    font-style: italic;
}
/* Sofia Pro Light*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* Sofia Pro Light italic */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: italic;
}
/* Sofia Pro Regular*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Sofia Pro Regular italic*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}
/* Sofia Pro Medium */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}
/* Sofia Pro Medium italic */
@font-face {
   font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-style: italic;
}
/* Sofia Pro Semi Bold */
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* Sofia Pro Semi Bold italic*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: italic;
}
/* Sofia Pro Bold*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Sofia Pro Bold italic*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}
/* Sofia Pro Black*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
}
/* Sofia Pro Black italic*/
@font-face {
    font-family: "sofia-pro", sans-serif;
    font-weight: 900;
    font-style: italic;
}