/*  SETUP: FONTS

    100 = thin / hairline
    200 = extra light / ultra light
    300 = light
    400 = normal / regular
    500 = medium
    600 = semi bold / demi bold
    700 = bold
    800 = heavy / extra bold
    900 = black / ultra bold

//////////////////////////////////////////////////////////////////////////////*/

@layer setup {
    /*  RIGA
    //////////////////////////////////////////////////////////////////////////*/

    @font-face {
        font-family: "Riga";
        font-weight: 300;
        font-style: normal;
        font-display: block;
        src: url(../../fonts/riga/2C3357_0_0.woff) format("woff");
    }

    @font-face {
        font-family: "Riga";
        font-weight: 300;
        font-style: italic;
        font-display: block;
        src: url(../../fonts/riga/2C3357_1_0.woff) format("woff");
    }

    @font-face {
        font-family: "Riga";
        font-weight: 400;
        font-style: normal;
        font-display: block;
        src: url(../../fonts/riga/2C3357_3_0.woff) format("woff");
    }

    @font-face {
        font-family: "Riga";
        font-weight: 700;
        font-style: normal;
        font-display: block;
        src: url(../../fonts/riga/2C3357_2_0.woff) format("woff");
    }
}
