﻿@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: bolder; /*Black*/
    src: url(./SomarRounded-Black.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 900; /*Black*/
    src: url(./SomarRounded-Black.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 800; /*ExtraBold*/
    src: url(./SomarRounded-ExtraBold.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 700; /*Bold*/
    src: url(./SomarRounded-Bold.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 600; /*SemiBold*/
    src: url(./SomarRounded-SemiBold.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 500; /*Medium*/
    src: url(./SomarRounded-Medium.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 400; /*Normal*/
    src: url(./SomarRounded-Regular.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 300; /*Light*/
    src: url(./SomarRounded-Light.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 200; /*ExtraLight*/
    src: url(./SomarRounded-ExtraLight.ttf) format('opentype');
}

@font-face {
    font-family: 'SomarRounded';
    font-style: normal;
    font-weight: 100; /*Thin*/
    src: url(./SomarRounded-Thin.ttf) format('opentype');
}