
// Lato
@font-face {
    font-family: $text-font;
    font-style: normal;
    font-weight: $font-thin;
    src: url("../fonts/lato/Lato-Thin.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: italic;
    font-weight: $font-thin;
    src: url("../fonts/lato/Lato-ThinItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: normal;
    font-weight: $font-light;
    src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: italic;
    font-weight: $font-light;
    src: url("../fonts/lato/Lato-LightItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: normal;
    font-weight: $font-regular;
    src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: italic;
    font-weight: $font-regular;
    src: url("../fonts/lato/Lato-Italic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: normal;
    font-weight: $font-bold;
    src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: italic;
    font-weight: $font-bold;
    src: url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: normal;
    font-weight: $font-black;
    src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: $text-font;
    font-style: italic;
    font-weight: $font-black;
    src: url("../fonts/lato/Lato-BlackItalic.ttf") format("truetype");
    font-display: swap;
}

// Palatino
@font-face {
    font-family: $title-font;
    font-style: normal;
    font-weight: $font-regular;
    src: url("../fonts/palatino.ttf") format("truetype");
    font-display: swap;
}

// PingFang
@font-face {
    font-family: "PingFang";
    font-style: normal;
    font-weight: $font-regular;
    src: url("../fonts/PingFang.ttf") format("truetype");
    font-display: swap;
}

// Thonburi
@font-face {
    font-family: "Thonburi";
    font-style: normal;
    font-weight: $font-regular;
    src: url("../fonts/Thonburi.ttf") format("truetype");
    font-display: swap;
}

body, p, a, button {
  font-family: $text-font, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: $title-font, sans-serif;
}

.theme2 {
  h1, h2, h3, h4, h5, h6 {
    font-family: $text-font, sans-serif;
  }
}