@font-face {
    font-family: Sailec;
    font-weight: 400;
    src: url(../fonts/Sailec/Sailec-Regular.otf);
}

@font-face {
    font-family: Sailec;
    font-weight: 500;
    src: url(../fonts/Sailec/Sailec-Medium.otf);
}

@font-face {
    font-family: Sailec;
    font-weight: 700;
    src: url(../fonts/Sailec/Sailec-Bold.otf);
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: 400;
    src: url(../fonts/NotoSans/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: 500;
    src: url(../fonts/NotoSans/NotoSans-Medium.ttf);
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: 700;
    src: url(../fonts/NotoSans/NotoSans-Bold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.02em
}