@charset "utf-8";
/*
Theme Name: Michif Eighteen
Theme URI: svn://server.eastcree.org/Code/Web/WordpressThemes/michif_eighteen
Author: Delasie Torkornoo
Author URI: http://deltork.com/
Description: The 2018 theme for michif.atlas-ling.ca
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom cree theme
Text Domain: michif_eighteen

This theme, like WordPress, is licensed under the GPL.

*/
/*embed fonts */
@font-face {
    font-family: "BJCree2 UNI";
    src: url("./fonts/bjcrus2.eot");
    src: local("BJCree2 UNI"), url("./fonts/bjcrus2.ttf") format("truetype");
}
@font-face {
    font-family: "BJCree UNI";
    src: url("./fonts/bjcrus.eot");
    src: local("BJCree UNI"), url("./fonts/bjcrus.ttf") format("truetype");
}
@font-face {
    font-family: "Doulos SIL" ;
    src: url("./fonts/DoulosSILR.eot");
    src: url("./fonts/DoulosSILR.ttf") format("truetype");
}

.syllabics { font-family: "BJCree UNI", "Aboriginal Sans", Helvetica, Arial}


.sticky-aside {
    position: fixed;
    top:40px;
    right:0;
    bottom: 0;
    height: calc(100vh - 70px) !important;

}