@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local("PTSans-Regular"), url("../fonts/PTSans-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local("PTSans-Italic"), url("../fonts/PTSans-Italic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 600;
    src: local("PTSans-Bold"), url("../fonts/PTSans-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 600;
    src: local("PTSans-BoldItalic"), url("../fonts/PTSans-BoldItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local("Lora-Regular"), url("../fonts/Lora-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: local("Lora-Italic"), url("../fonts/Lora-Italic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: local("Lora-Medium"), url("../fonts/Lora-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: local("Lora-MediumItalic"), url("../fonts/Lora-MediumItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: local("Lora-SemiBold"), url("../fonts/Lora-SemiBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: local("Lora-SemiBoldItalic"), url("../fonts/Lora-SemiBoldItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: local("Lora-Bold"), url("../fonts/Lora-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: local("Lora-BoldItalic"), url("../fonts/Lora-BoldItalic.ttf") format("truetype");
    font-display: swap;
}
