/**
 *  macOSNotifJS: A simple Javascript plugin to create simulated macOS notifications on your website.
 *  <https://github.com/MattIPv4/macOSNotifJS/>
 *  Copyright (C) 2018 Matt Cowley (MattIPv4) (me@mattcowley.co.uk)
 *
 *  This program is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU Affero General Public License as published
 *   by the Free Software Foundation, either version 3 of the License, or
 *   (at your option) any later version.
 *  This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *  You should have received a copy of the GNU Affero General Public License
 *   along with this program. If not, please see
 *   <https://github.com/MattIPv4/macOSNotifJS/blob/master/LICENSE> or <http://www.gnu.org/licenses/>.
 */

/*---------------------------------------------------------------------------*
 * SF UI Display
 *---------------------------------------------------------------------------*/

/** Black */
@font-face {
    font-family: "SF Display";
    font-weight: 900;
    src: url("fonts/SF-UI-Display-Black.otf");
}

/** Bold */
@font-face {
    font-family: "SF Display";
    font-weight: 700;
    src: url("fonts/SF-UI-Display-Bold.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Display";
    font-weight: 800;
    src: url("fonts/SF-UI-Display-Heavy.otf");
}

/** Light */
@font-face {
    font-family: "SF Display";
    font-weight: 200;
    src: url("fonts/SF-UI-Display-Light.otf");
}

/** Medium */
@font-face {
    font-family: "SF Display";
    font-weight: 500;
    src: url("fonts/SF-UI-Display-Medium.otf");
}

/** Regular */
@font-face {
    font-family: "SF Display";
    font-weight: 400;
    src: url("fonts/SF-UI-Display-Regular.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Display";
    font-weight: 600;
    src: url("fonts/SF-UI-Display-Semibold.otf");
}

/** Thin */
@font-face {
    font-family: "SF Display";
    font-weight: 300;
    src: url("fonts/SF-UI-Display-Thin.otf");
}

/** Ultralight */
@font-face {
    font-family: "SF Display";
    font-weight: 100;
    src: url("fonts/SF-UI-Display-Ultralight.otf");
}

.sf-ui-display {
    font-family: "SF Display", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, Ubuntu, "Lucida Grande", sans-serif;
}

/*---------------------------------------------------------------------------*
 * SF UI Text
 *---------------------------------------------------------------------------*/

/** Bold */
@font-face {
    font-family: "SF Text";
    font-weight: 700;
    src: url("fonts/SF-UI-Text-Bold.otf");
}

/** Bold Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 700;
    font-style: italic;
    src: url("fonts/SF-UI-Text-BoldItalic.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Text";
    font-weight: 800;
    src: url("fonts/SF-UI-Text-Heavy.otf");
}

/** Heavy Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 800;
    font-style: italic;
    src: url("fonts/SF-UI-Text-HeavyItalic.otf");
}

/** Light */
@font-face {
    font-family: "SF Text";
    font-weight: 200;
    src: url("fonts/SF-UI-Text-Light.otf");
}

/** Light Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 200;
    font-style: italic;
    src: url("fonts/SF-UI-Text-HeavyItalic.otf");
}

/** Medium */
@font-face {
    font-family: "SF Text";
    font-weight: 500;
    src: url("fonts/SF-UI-Text-Medium.otf");
}

/** Medium Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 500;
    font-style: italic;
    src: url("fonts/SF-UI-Text-MediumItalic.otf");
}

/** Regular */
@font-face {
    font-family: "SF Text";
    font-weight: 400;
    src: url("fonts/SF-UI-Text-Regular.otf");
}

/** Regular Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/SF-UI-Text-RegularItalic.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Text";
    font-weight: 600;
    src: url("fonts/SF-UI-Text-Semibold.otf");
}

/** Semibold Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 600;
    font-style: italic;
    src: url("fonts/SF-UI-Text-SemiboldItalic.otf");
}

/** Ultrathin */
@font-face {
    font-family: "SF Text";
    font-weight: 100;
    src: url("fonts/SF-UI-Text-Ultrathin.otf");
}

/** Ultrathin Italic */
@font-face {
    font-family: "SF Text";
    font-weight: 100;
    font-style: italic;
    src: url("fonts/SF-UI-Text-UltrathinItalic.otf");
}

.sf-ui-text {
    font-family: "SF Text", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, Ubuntu, "Lucida Grande", sans-serif;
}

/*---------------------------------------------------------------------------*
 * SF Mono
 *---------------------------------------------------------------------------*/

/** Bold */
@font-face {
    font-family: "SF Mono";
    font-weight: 700;
    src: url("fonts/SFMono-Bold.otf");
}

/** Bold Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 700;
    font-style: italic;
    src: url("fonts/SFMono-BoldItalic.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Mono";
    font-weight: 800;
    src: url("fonts/SFMono-Heavy.otf");
}

/** Heavy Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 800;
    font-style: italic;
    src: url("fonts/SFMono-HeavyItalic.otf");
}

/** Light */
@font-face {
    font-family: "SF Mono";
    font-weight: 200;
    src: url("fonts/SFMono-Light.otf");
}

/** Light Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 200;
    font-style: italic;
    src: url("fonts/SFMono-HeavyItalic.otf");
}

/** Medium */
@font-face {
    font-family: "SF Mono";
    font-weight: 500;
    src: url("fonts/SFMono-Medium.otf");
}

/** Medium Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 500;
    font-style: italic;
    src: url("fonts/SFMono-MediumItalic.otf");
}

/** Regular */
@font-face {
    font-family: "SF Mono";
    font-weight: 400;
    src: url("fonts/SFMono-Regular.otf");
}

/** Regular Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/SFMono-RegularItalic.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Mono";
    font-weight: 600;
    src: url("fonts/SFMono-Semibold.otf");
}

/** Semibold Italic */
@font-face {
    font-family: "SF Mono";
    font-weight: 600;
    font-style: italic;
    src: url("fonts/SFMono-SemiboldItalic.otf");
}

.sf-mono {
    font-family: "SF Mono", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, Ubuntu, "Lucida Grande", sans-serif;
}
