/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */

@font-face {
    font-family: arial;
    src: url("fonts/arial.ttf");
}


@font-face {
    font-family: Philosopher-Bold;
    src: url("fonts/Philosopher/Philosopher-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Philosopher-BoldItalic;
    src: url("fonts/Philosopher/Philosopher-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Philosopher-Italic;
    src: url("fonts/Philosopher/Philosopher-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Philosopher-Regular;
    src: url("fonts/Philosopher/Philosopher-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: SourceSerif4;
    src: url("fonts/Source_Serif_4/SourceSerif4-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SourceSerif4;
    src: url("fonts/Source_Serif_4/SourceSerif4-Italic.ttf");
    font-weight: 400;
      font-style: italic;
}
@font-face {
    font-family: SourceSerif4;
    src: url("fonts/Source_Serif_4/SourceSerif4-Regular.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: SourceSerif4;
    src: url("fonts/Source_Serif_4/SourceSerif4-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

html {
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.05rem;
    line-height: 28px;
    font-size: 16px;
}

.normal{
    font-style: normal;
}
.italic{
    font-style: italic;
}
.light{
    font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bolb {
    font-weight: 700;
}

.Philosopher {
    font-family: Philosopher
}

.SourceSerif4{
    font-family: SourceSerif4;
}

.t_1 {
    color: var(--t-c-2, #FF76A3);
}
.t_2 {
    color: var(--t-c-3, #1BFFCA);
}