/* Fonti priekš aiclothesremoverLV.love */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* Pamata fontu iestatījumi */
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* Papildu pielāgota fonta definīcija nākotnes izmantošanai */
@font-face {
    font-family: 'LatviaAI';
    src: local('LatviaAI'),
         url('fonts/LatviaAI.woff2') format('woff2'),
         url('fonts/LatviaAI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
