﻿/* DEFAULT SIZING */

.display-xxxl {
    font-size: 7rem !important;
}

.display-xxl {
    font-size: 6rem !important;
}

.display-xl {
    font-size: 5rem !important;
}

.display-l {
    font-size: 4rem !important;
}

.display-m {
    font-size: 3.2rem !important;
}

.display-s {
    font-size: 2.8rem !important;
}

.display-xs {
    font-size: 2.4rem !important;
}

.display-xxs {
    font-size: 2.2rem !important;
}

.display-xxxs {
    font-size: 1.8rem !important;
}

/* MEDIA QUERIES TO MAKE TEXT SMALLER FOR TABLET, MOBILE.... */


/* FONT FACE */
@font-face {
    font-family: 'Hoppin';
    src: url('/Fonts/Hoppin.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/Fonts/Nunito-Regular.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/Fonts/OpenSans-Regular.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url('/Fonts/OpenSans-ExtraBold.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('/Fonts/OpenSans-Bold.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poetsen One';
    src: url('/Fonts/PoetsenOne-Regular.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Oduda';
    src: url('/Fonts/Oduda.otf') format('opentype');*/ /* OTF format */
/*font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Oduda';
    src: url('/Fonts/Oduda.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lilita One';
    src: url('/Fonts/LilitaOne-Regular.ttf') format('truetype'); /* TTF format */
    font-weight: normal;
    font-style: normal;
}

svg {
    font-family: Oduda;
}

/* POETSON ONE */
.display-poetson-light {
    color: white;
    font-weight: 500;
    font-family: 'Poetsen One';
}

.display-poetson-dark {
    color: black;
    font-weight: 500;
    font-family: 'Poetsen One';
}

.display-poetson-blue {
    color: #116AD9;
    font-weight: 500;
    font-family: 'Poetsen One';
}

/* OPEN SANS HEBREW */
.display-hebrew-light {
    color: white;
    font-family: 'Open Sans Hebrew';
}

.display-hebrew-dark {
    color: black;
    font-family: 'Open Sans Hebrew';
}

.display-hebrew-blue {
    color: #116AD9;
    font-family: 'Open Sans Hebrew';
}

@font-face {
    font-family: 'Oduda';
    src: url("/fonts/Oduda.otf") format('opentype');
}

@font-face {
    font-family: 'Hoppin';
    src: url('/fonts/Hoppin.ttf') format('truetype');
}

/* NUNITO */
.display-nunito-light {
    color: white;
    font-family: 'Nunito';
}

.display-nunito-dark {
    color: black;
    font-family: 'Nunito';
}

.display-nunito-blue {
    color: #116AD9;
    font-family: 'Nunito';
}

/* ODUDA */
.display-oduda-light {
    color: white;
    font-family: 'Oduda';
}

.display-oduda-dark {
    color: black;
    font-family: 'Oduda';
}

.display-oduda-blue {
    color: #116AD9;
    font-family: 'Oduda';
}

/* HOPPIN */
.display-hoppin-light {
    font-weight: 100;
    color: white;
    font-family: 'Hoppin';
}

.display-hoppin-dark {
    font-weight: 100;
    color: black;
    font-family: 'Hoppin';
}

.display-hoppin-blue {
    font-weight: 100;
    color: #116AD9;
    font-family: 'Hoppin';
}
