* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: '';
    src: url('/fonts/') format('woff');
}

@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AlberNew';
    src: url('/fonts/AlberNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta Lt';
    src: url('/fonts/Gesta-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta Md';
    src: url('/fonts/Gesta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta Lt';
    src: url('/fonts/Gesta-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta Md';
    src: url('/fonts/Gesta-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



body {
    font-family: 'AlberNew';
}

h2 {
    font-family: 'Gesta';
}

p {
    font-family: 'AlberNew';
}