/* fira-code-regular - latin
https://google-webfonts-helper.herokuapp.com/fonts/fira-code?subsets=latin
SIL Open Font License, 1.1
Copyright 2012-2015 The Fira Code Project Authors (https://github.com/tonsky/FiraCode) */
@font-face {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('./fira-code-v10-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('./fira-code-v10-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* architects-daughter-regular - latin
https://google-webfonts-helper.herokuapp.com/fonts/architects-daughter?subsets=latin
SIL Open Font License, 1.1
Copyright (c) 2010, Kimberly Geswein (kimberlygeswein.com) */
@font-face {
    font-family: 'Architects Daughter';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/architects-daughter-v11-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/architects-daughter-v11-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-300 - latin
https://google-webfonts-helper.herokuapp.com/fonts/montserrat?subsets=latin
SIL Open Font License, 1.1
Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('./montserrat-v15-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('./montserrat-v15-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('./montserrat-v15-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('./montserrat-v15-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.handwritten {
    font-family: 'Architects Daughter';
}

.code {
    font-family: 'Fira Code', 'monospace' !important;
}

.text {
    font-family: 'Montserrat', 'helvetica neue', 'helvetica', 'sans-serif';
}

.code-pre div {
    font-family: 'Fira Code', 'monospace' !important;
    white-space: pre-wrap !important;
}